Hello sqlite users,
Hello Dr. Hipp,

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.

Regards,
George Ionescu

Reply via email to