George Ionescu wrote:
>
> I would like to know if there is a way to encrpyt the data stored in the
> database but to still be able to use SQL queries with plain text, something
> like
>
> CREATE TABLE TEST (fld)
> INSERT INTO Test VALUES ('some string')]
> SELECT * FROM Test WHERE fld = 'some string'
>
> but, when the sqlite database is opened in a file viewer, 'some string' would
> not be visible but only it's encrypted form.
>

http://www.hwaci.com/sw/sqlite/prosupport.html#crypto

--
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565



Reply via email to