Willena / sqlite-jdbc-crypt

SQLite JDBC Driver with encryption support
Apache License 2.0
172 stars 33 forks source link

Support for multi-cipher in JDBC #4

Closed Willena closed 6 years ago

Willena commented 6 years ago

WxSqlite3 project has just been making a version that support multi-cipher. https://github.com/Willena/libsqlite3-wx-see should be updated to support that.

Java tests for this feature will also have to be implemented...

More info at : https://github.com/utelle/wxsqlite3/tree/multi-cipher

This issue is related to utelle/wxsqlite3#25