Hi,
Thank you for your reply. Do you have a list of customers (at least a couple?) that use your encryption mechanism in a commercial software? Since it's quite new, I'd like to know about other users before I commit myself.
For any further discussion, I think it's best to go off this list, you can contact me at dennis (at) psunrise (dot) com
Regards,
Dennis
// MCP, MCSD
// ASP Developer Member
// Software for animal shelters!
// www.smartpethealth.com
// www.amazingfiles.com
----- Original Message ----- From: "Ng Pheng Siong" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 26, 2004 4:43 PM
Subject: Re: [sqlite] [ANN] SQLcrypt 1.0
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

