BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; } I would suspect that an 8 byte IV has been appended/prefixed Carl On Thu 19/03/09 9:16 PM , Dick Hollenbeck d...@softplc.com sent: 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 [1] User Support Mailing List openssl-users@openssl.org [2] Automated List Manager majord...@openssl.org [3] Links: ------ [1] http://www.openssl.org [2] mailto:openssl-users@openssl.org [3] mailto:majord...@openssl.org