Willena / sqlite-jdbc-crypt

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

Write classes for each encryption method available #7

Closed Willena closed 6 years ago

Willena commented 6 years ago

For the moment, the only way to use the encryption api provided by (https://github.com/utelle/wxsqlite3.git) is use the default scheme (CHACHA20) or configure manually each encryption scheme.

In a ideal world it may be useful to create a bunch of classes that do the pre-configuration and open/decrypt the database automatically.

Willena commented 6 years ago

In utelle/wxsqlite3#46 we have discussed about things that will change. In a close future we will be able to set the cipher type by using parameters in file URI. I'm closing this issue since we won't need any work to simplify the process.