On Fri, Mar 10, 2006, Manuel Arguelles wrote:

> Nothing :(
> 
> I just used the 16 character (and more) key but nothing, openssl complains 
> when I pass a -K without a -iv should I use -k instead? 
> 
> so far I can't decrypt anything with the cli that was encrypted with the lib, 
> is there any documentation about that? for rc4 or similar ciphers? (no iv)
> 

Note that you have to use the hex format of the key for the -K option. So
you'd pass 16 characters in your program and use the 32 hex digits
representing their values for the -K option. 

Just use anything for -iv, it wont be used for RC4.

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to