Re: [sqlite] SQLCipher - Full Database Encryption for SQLite

2015-02-09 Thread justin
On 2015-02-09 10:34, Simon Slavin wrote: 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 nu

Re: [sqlite] SQLCipher - Full Database Encryption for SQLite

2015-02-09 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/09/2015 02:54 AM, Dominique Devienne wrote: > Adding PRAGMAs is not possible to a true SQLite "extension" I > thought, It is however possible to add functions. eg encryption_mode could be added and called like this: select encryption_mode('a

Re: [sqlite] SQLCipher - Full Database Encryption for SQLite

2015-02-09 Thread Dominique Devienne
On Mon, Feb 9, 2015 at 11:34 AM, Simon Slavin wrote: > SQLCipher is an open source extension to SQLite that provides transparent > 256-bit AES encryption of database files. [...] > > The API extends SQLite by adding PRAGMAs and C functions to configure the > encryption. > Adding PRAGMAs is not

[sqlite] SQLCipher - Full Database Encryption for SQLite

2015-02-09 Thread Simon Slavin
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