<https://www.zetetic.net/sqlcipher/>

SQLCipher is an open source extension to SQLite that provides transparent 
256-bit AES encryption of database files.  It comes as free source for you to 
compile yourself, or you can buy pre-built binary libraries for numerous 
platforms, with support.

The API extends SQLite by adding PRAGMAs and C functions to configure the 
encryption.

As a full database encryptor it encrypts the database file as a whole rather 
than individual rows or fields.  It therefore isn't weak to the attacks which 
easily penetrate most quick-and-easy encryption systems.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to