Hi Marco, > I am looking for a Crypto lib to encrypt the Sqlite Db in full but I would > like something less expensive that provided from the Sqlite author. > I have found some libs on www.sqlite-cript.com and www.sqlite-encrypt.com. > I would like your opinion about these libs and any other you repute stable > and fast.
There are several encryption options for free: 1) System.Data.SQLite (http://sqlite.phxsoftware.com) For Windows only. 2) SQLCipher (http://sqlcipher.net) Portable, depends on OpenSSL's libcrypto 3) wxSQLite3 (http://wxcode.sourceforge.net/components/wxsqlite3) Portable, self-contained. Although wxSQLite3 is a SQLite wrapper for wxWidgets applications the distribution contains the source of an encryption extension supporting AES-128 or AES-256 encryption, which can be build using the SQLite amalgamation source code. It doesn't depend on any external library. Pre-compiled binaries for Windows are included. All 3 use the native encryption API provided by SQLite. Regards, Ulrich _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users