Hello,

> The script is running on an AIX box.
> 
> openssl enc -d -a -iv 31464F4C4C455431 -des3 -K
> 31323334466F6C6C657426265472696D6461746131323334 -in
> directory_encrypt/CS4_35854292.enc 
> 
> A.RETURN.PKT=bad decrypt 130746:error:0606506D:digital envelope
> routines:EVP_Dec
> 
> ryptFinal:wrong final block length:evp_enc.c:268:
> 
This error may be due to incorrect decryption of encrypted
data so padding can not be removed.
Check if you really have base64 encoded data (-a option).
If yes you may manually de-base64 and check if size of
this data is multiply 8.

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]

Reply via email to