On Sat, Aug 31, 2013 at 11:17 AM, Etienne <[email protected]>wrote:
> > The very first bytes of SQLite files are, AFAIK, well known. > Those first few bytes are just as well known after they have been run through zlib or libbz2 or whatever compression library you are using. Your encryption algorithm, whatever it is, needs to be resistant to a known-plaintext attack. SEE uses a random IV or nonce on each page. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

