Re: [sqlite] [ANN] SQLcrypt 1.0

2004-11-25 Thread Ng Pheng Siong
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


RE: [sqlite] [ANN] SQLcrypt 1.0

2004-11-21 Thread Dennis Volodomanov
Yes, unfortunately that's above my budget level :-( I doubt that I
really need the source code, I just want a quick "plug-in" sort of
thing.

   Dennis 

-Original Message-
From: Ulrik Petersen [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 22, 2004 10:11 AM
To: [EMAIL PROTECTED]
Subject: Re: [sqlite] [ANN] SQLcrypt 1.0

Dennis Volodomanov wrote:

>Hi all,
>
>Is anyone using the mentioned library? Is it stable and fast?
>
>Are there any other similar products for SQLite v3?
>  
>
Can't answer the first question, but Dr. Hipp, the author and designer
of SQLite, offers a version of SQLite (both 2.8 and 3.0) that does
encryption:

http://www.hwaci.com/sw/sqlite/prosupport.html#crypto

HTH

Ulrik P.







Re: [sqlite] [ANN] SQLcrypt 1.0

2004-11-21 Thread Ulrik Petersen
Dennis Volodomanov wrote:
Hi all,
Is anyone using the mentioned library? Is it stable and fast?
Are there any other similar products for SQLite v3?
 

Can't answer the first question, but Dr. Hipp, the author and designer 
of SQLite, offers a version of SQLite (both 2.8 and 3.0) that does 
encryption:

http://www.hwaci.com/sw/sqlite/prosupport.html#crypto
HTH
Ulrik P.


RE: [sqlite] [ANN] SQLcrypt 1.0

2004-11-21 Thread Dennis Volodomanov
Hi all,

Is anyone using the mentioned library? Is it stable and fast?

Are there any other similar products for SQLite v3?

Thanks,

   Dennis 

-Original Message-
From: Ng Pheng Siong [mailto:[EMAIL PROTECTED] 
Sent: Saturday, November 13, 2004 5:33 PM
To: [EMAIL PROTECTED]
Subject: [sqlite] [ANN] SQLcrypt 1.0

Hi all,

I'm pleased to announce the release of SQLcrypt.

http://www.sqlcrypt.com

SQLcrypt is SQLite 3 + transparent AES encryption. Try before you buy.
Please take a look.

Thanks. Cheers.

--
Ng Pheng Siong <[EMAIL PROTECTED]> 

http://sandbox.rulemaker.net/ngps -+- M2Crypto, ZServerSSL for Zope,
Blog
http://www.sqlcrypt.com   -+- Transparent AES Encryption For
SQLite






[sqlite] [ANN] SQLcrypt 1.0

2004-11-12 Thread Ng Pheng Siong
Hi all,

I'm pleased to announce the release of SQLcrypt.

http://www.sqlcrypt.com

SQLcrypt is SQLite 3 + transparent AES encryption. Try before you buy.
Please take a look.

Thanks. Cheers.

-- 
Ng Pheng Siong <[EMAIL PROTECTED]> 

http://sandbox.rulemaker.net/ngps -+- M2Crypto, ZServerSSL for Zope, Blog
http://www.sqlcrypt.com   -+- Transparent AES Encryption For SQLite