A small Android application that converts a .sqlite to an encrypted SQLCipher database using a password. These encrypted databases will be ready to include in another project's APK..
sqlite-to-SQLCipher is hosted in the following web site
https://github.com/drspaceboo/sqlite-to-SQLCipher
If you think the Android project sqlite-to-SQLCipher listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of sqlite-to-SQLCipher.
Item | Value |
---|---|
Java File Count | 1 |
Target SDK Version | 15 |
Minimum SDK Version | 7 |
Activity Count | 1 |
jar files used | commons-codec.jar guava-r09.jar sqlcipher.jar |
Asset File Names | assets\icudt46l.zip assets\test.sqlite |
sqlite-to-SQLCipher has the following Java source files.
com.drspaceboo.sqlite2sqlcipher.SQLite2SQLCipher.java