SQLiteEncrypt (2.4)
Overview • Licenses • Downloads | View Reviews • View Vendor • Ask question
Product Type:DLL Function Type:Encryption Develop Language:C++ Builder,Visual C++ 6.0,.NET2003/2005/2008,Other
0 submitted comments View Comment | Add Comment
The SQLiteEncrypt is an AES encryption embedded SQLite database engine through which you can encrypt and decrypt your SQLite database file. It is secure, high-performance and easy to use.
Current Release on 2009-12-08 0 people download
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.