On Mon, Nov 22, 2004 at 09:24:36AM +1100, Dennis Volodomanov wrote: > Is anyone using the mentioned library? Is it stable and fast?
(First one didn't get thru. Trying again...) Hi, I suggest you download and test the trial version, which works just like the retail version, apart from (a) being limited to a passphrase of exactly 8 bytes, and (b) have the passphrase stored in the clear in the first 8 bytes of the database file. Check out this script that does timing tests for SQLcrypt, SQLite v3, MySQL and PostgreSQL. The numbers posted on the SQLcrypt website are based on my puny test machine. I'd be interested to see your numbers. http://www.sqlcrypt.com/speedtest-sqlcrypt.tcl Just comment out the MySQL or PostgreSQL tests if you don't have them. Also see this page for discussions about the timing tests and the use of crypto. http://www.sqlcrypt.com/versus.html > Are there any other similar products for SQLite v3? drh has a source-code add-in. His uses RC4; SQLcrypt uses AES. His is available for both SQLite v2 and v3; SQLcrypt is SQLite v3 only. HTH. Cheers. -- Ng Pheng Siong <[EMAIL PROTECTED]> http://sandbox.rulemaker.net/ngps -+- M2Crypto, ZServerSSL for Zope, Blog http://www.sqlcrypt.com -+- Database Engine with Transparent AES Encryption

