[EMAIL PROTECTED] wrote on 02/11/2008 10:28:32 PM: > > Im trying to encrypt some test data using CMD line openssl but i keep getting > an error around my key/iv input. > can someone please point me in the correct direction? > > C:\OpenSSL\bin>openssl enc -e -des-ofb -in c:\Openssl\Test_ofb_data.txt -in > c:\o > penssl\encrypted_data.enc -k/-iv > 0123456789abcdef0123456789abcdef/1234567890abcd > ef - 8 > unknown option '-k/-iv' Try: ... -k 0123456789abcdef0123456789abcdef -iv 1234567890abcd ...
Best regards, -- Marek Marcola <[EMAIL PROTECTED]> ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]