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

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