I am using on Ubuntu Hardy:

$ openssl enc -bf-cbc -K 012221222F2D9E4555559E41001291222 \
       -iv 5522777779BBB1A9 -in file.raw -out file.enc



and the output file is 8 bytes longer than the input file!

The input file is 144 bytes long and the output file is 152 bytes

Doing this in pycrypto, I do not get this result, the output file is the same length.


Please advise.

Dick
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to