| Version | 2.5 |
|---|---|
| Publisher | Jinniu Soft |
| Release date | Aug 20, 2010 |
| Date added | Aug 20, 2010 |
| Os requirements | Windows 2003, Windows 2000, Windows Vista, Windows, Windows XP, Windows NT |
| Requirements | None |
| Total downloads | 137 |
| Price | $89.95 |
Description
The SQLiteEncrypt is an AES encryption embedded SQLite database engine through which you can encrypt and decrypt your SQLite database file. When set a password key into your database file, content is no longer stored in cleartext, so that we achieve the purpose of data protection. SQLiteEncrypt is secure, high-proformance and easy to use: We add none method to SQLite API, just implement the encryption interface sqlite3_key() and sqlite3_rekey() in SQLite using advanced AES encryption.You can use SQLiteEncrypt as original SQLite C library. It is so simple and fast to implement your functional codes or integrate with your existent codes.