sqlite使用navcat加密后无法链接成功驱动sqlite-jdbc-crypt 也是链接不上。
<dependency>
<groupId>io.github.willena</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.39.2</version>
</dependency>
url: jdbc:sqlite:./data/sqlite.db?cipher=sqlcipher&key=myHexKey
driver-class-name: org.sqlite.JDBC
username:
password:
请问navcat的sqlite加密方式是什么?