On 8 Jan 2011, at 10:59am, Marco Turco wrote:

> 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.

What are you using encryption to guard against ?  Are you encryption financial 
data ?  Are you protecting against users understanding what your application 
does ?  Are you guarding your user data against industrial espionage ?

The two systems you cite work the same way: they encrypt each stored value.  
This makes them far more easy to crack than the one provided by DRH since the 
contents of the SQLITE_MASTER table are predictable.  But as you say, they are 
far cheaper, and they may be good enough for your purposes.

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

Reply via email to