Forum Discussion
Modern Encryption Issue
- 6 days ago
Still getting this error:
└─$ openssl enc -d -des-ede3-cbc -pbkdf2 -nosalt -in encrypted_file_3DES.enc -out encrypted_file_3DES.txt
enter des-ede3-cbc decryption password:
bad decrypt
139631885493568:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:../crypto/evp/evp_enc.c:610:
Even with manually entering the password or Copy and Paste it from the token1.txt file.
token1.txt file:
The (encoded) key you need to decrypt encrypted_file_3DES is as follows: <Key>
I shouldn't get a digital envelope error. It looks like line 610 in the C script evp_enc.c is where the error is at.
Still getting this error:
└─$ openssl enc -d -des-ede3-cbc -pbkdf2 -nosalt -in encrypted_file_3DES.enc -out encrypted_file_3DES.txt
enter des-ede3-cbc decryption password:
bad decrypt
139631885493568:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:../crypto/evp/evp_enc.c:610:
Even with manually entering the password or Copy and Paste it from the token1.txt file.
token1.txt file:
The (encoded) key you need to decrypt encrypted_file_3DES is as follows: <Key>
I shouldn't get a digital envelope error. It looks like line 610 in the C script evp_enc.c is where the error is at.
Hey AlPatel
I'm sorry you're continuing to have issues with the lab. Unfortunately, again as this is a demonstrate lab we're limited to the information we can share and provide to help you. I would see if another platform user can comment in the community thread to assist you further here. Otherwise, we risk providing the solution to the task.
I hope you understand and I'm sorry I can't offer any further help here.