Android Open Source - SQLite database sqlite-to-SQLCipher






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of sqlite-to-SQLCipher.

ItemValue
Java File Count1
Target SDK Version15
Minimum SDK Version7
Activity Count1
jar files usedcommons-codec.jar
guava-r09.jar
sqlcipher.jar
Asset File Namesassets\icudt46l.zip
assets\test.sqlite




Java Source Files

sqlite-to-SQLCipher has the following Java source files.

com.drspaceboo.sqlite2sqlcipher.SQLite2SQLCipher.java