Forum Discussion
Dark_Knight666
Bronze III
27 days agoModern Encryption: Demonstrate Your Skills
Hello, I am a little stuck on Q3 for this lab and would really appreciate any help I can get. So I have followed the steps as required by encrypting the file - plaintext_1.txt and set the password...
autom8on
Silver I
27 days agoAs per the tool output, try adding "-pbkdf2" to your command line arguments...
- Dark_Knight66627 days ago
Bronze III
Hello autom8on,
Many thanks,
I tried as you suggested but still not getting the token_1.txt.
- cf12325 days ago
Bronze II
Hi Dark_Knight666, I also struggled on this one. You need to change the -a to -e and -salt to -nosalt (see full command below)
openssl enc -aes-256-cbc -e -pbkdf2 -nosalt -in plaintext_1.txt -out plaintext_1.enc
- Dark_Knight66622 days ago
Bronze III
Hi cf123 - Thanks for your help. This question really did keep me up at night for a prolonged period :-)