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.
Yes. Please confirm this.
- ChrisKershaw13 days ago
Community Support
Hey AlPatel sorry for the delay in responding to you.
I've just reached out to our Cyber Team to ask if someone can review this for you to help out. Hopefully, someone will reach back to you shortly.- ChrisKershaw8 days ago
Community Support
Hey AlPatel
Im sorry for the delay in getting back to you.
Our Cyber Team reached back to me, to say that you're putting in the wrong password, so it might be worth just ensuring your caps lock is turned off, and re-entering the password manually.
They did also confirm that the lab is working as expected.- AlPatel7 days agoBronze II
Can you reset my progress on this lab?