On Fri, Aug 07, 2009, MusicAndy wrote: > > Thanks for replying steve, will look into it. Can you see why this existing > code is not working though, even though it works local to itself? >
Well you aren't using standard block padding which the enc function uses by default. If you use -nopad with enc that is disabled though. You then have to encrypt multiples of the block size and you get no indication if the decryption failed. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
