Re: Accessing PBKDF2 from command line

2010-09-06 Thread Anthony Thyssen
On Mon, 16 Nov 2009 00:11:59 -0500 Victor Duchovni wrote: | On Mon, Nov 16, 2009 at 01:45:07PM +1000, Anthony Thyssen wrote: | | > In Summery the "openssl" command is deficient. | > | > [ various limitations of enc(1) ] | | At the end of the day, OpenSSL is a *library*, not an end-user product

Re: Accessing PBKDF2 from command line

2009-11-15 Thread Victor Duchovni
On Mon, Nov 16, 2009 at 11:52:26AM +1000, Anthony Thyssen wrote: > I was reading the openssl-users mail list, (I am not on that list) > where you mentioned the PBKDF2 openssl library function. You should join, at least long enough to ask the question that interests you. Further follow-up will be

Re: Accessing PBKDF2 from command line

2009-11-15 Thread Victor Duchovni
On Mon, Nov 16, 2009 at 01:45:07PM +1000, Anthony Thyssen wrote: > In Summery the "openssl" command is deficient. > > [ various limitations of enc(1) ] At the end of the day, OpenSSL is a *library*, not an end-user product, and enc(1) and friends are developer utilities and "demo" tools. When y

Re: Accessing PBKDF2 from command line

2009-11-15 Thread Anthony Thyssen
On Sun, 15 Nov 2009 21:44:55 -0500 Victor Duchovni wrote: | > | >Subject:Re: Encapsulation of AES_KEY | >Date: 2009-11-11 18:49:38 | > | > The problem is the openssl command does not make this function available | > either directly as a password to key+IV converter, or as part