Re: [sqlite] Encryption extension for SQLite

2004-12-24 Thread D. Richard Hipp
LWL wrote: > I am by no means an expert cryptographer (in fact, I am just learning > cryptography) so there may be security flaws in the design of the > encryption layer. Please help me learn by giving me constructive > criticism and suggestions to improve the code. > A quick glance suggests that

[sqlite] Encryption extension for SQLite

2004-12-24 Thread LWL
Hi everyone, This is my first post to this mailing list. I wrote an extension for SQLite so that it supports encrypted databases. Existing software based on SQLite with encryption capabilities were either too expensive for the average non-professional user or did not suit my needs.