Re: Using variable length Blowfish key with command line

2012-08-22 Thread Dr. Stephen Henson
On Tue, Aug 21, 2012, Nathan McCrina wrote: > On 08/21/12 23:04, Dave Thompson wrote: > >>From: owner-openssl-us...@openssl.org On Behalf Of Nathan McCrina > >>Sent: Tuesday, 21 August, 2012 21:31 > > > >Not in commandline; in library it's fine. > >See http://marc.info/?l=openssl-users&m=134463726

Re: Using variable length Blowfish key with command line

2012-08-21 Thread Nathan McCrina
On 08/21/12 23:04, Dave Thompson wrote: From: owner-openssl-us...@openssl.org On Behalf Of Nathan McCrina Sent: Tuesday, 21 August, 2012 21:31 Not in commandline; in library it's fine. See http://marc.info/?l=openssl-users&m=134463726501144&w=2 for the similar but undocumented RC4 case, and adj

RE: Using variable length Blowfish key with command line

2012-08-21 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Nathan McCrina > Sent: Tuesday, 21 August, 2012 21:31 > I'm using 'openssl enc' on the command line to check my > [Blowfish]. However, the man page seems to indicate that it is only > possible to use 128-bit keys with the openssl Blowfish. Is

Using variable length Blowfish key with command line

2012-08-21 Thread Nathan McCrina
Hi all, I'm writing a program that encrypts and decrypts stuff with the Blowfish algorithm, and I'm using 'openssl enc' on the command line to check my results. However, the man page seems to indicate that it is only possible to use 128-bit keys with the openssl Blowfish. Is there absolutely n