Re: error:0606506D

2006-06-12 Thread Marek Marcola
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 Listopenssl-users@openssl.org
Automated List Manager   [EMAIL PROTECTED]


error:0606506D

2006-06-12 Thread george r smith








Hi all,

 

I am getting the following error message on encrypted
packets. Can someone tell me what they mean and 

what I can do to correct the problem. Google did not bring
me any meaningfull results.

 

 

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:

 

A.RETURN.PKT=bad decrypt 92278:error:0606506D:digital
envelope routines:EVP_Decr

yptFinal:wrong final block length:evp_enc.c:268:

 

A.RETURN.PKT=bad decrypt 56988:error:0606506D:digital
envelope routines:EVP_Decr

yptFinal:wrong final block length:evp_enc.c:268:

 

A.RETURN.PKT=bad decrypt 69326:error:0606506D:digital
envelope routines:EVP_Decr

yptFinal:wrong final block length:evp_enc.c:268:

 

A.RETURN.PKT=bad decrypt 126808:error:0606506D:digital
envelope routines:EVP_Dec

ryptFinal:wrong final block length:evp_enc.c:268:

 

thanks

grs