Hi,
Essentially I would avoid that my competitors can look inside the Db
structure and import data.

Marco



-----Messaggio originale-----
Da: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org]
Per conto di Simon Slavin
Inviato: sabato 8 gennaio 2011 12:37
A: General Discussion of SQLite Database
Oggetto: Re: [sqlite] Crypto lib for Sqlite - suggest required


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

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

Reply via email to