Forum Discussion

GuyIncognito's avatar
GuyIncognito
Icon for Bronze I rankBronze I
4 days ago
Solved

Modern Encryption: Demonstrate Your Skills (Q9)

Maybe I'm over/under-thinking this (likely) or maybe there's an issue with this lab (less likely) but I'm struggling on Q9.  I've successfully encrypted the file in Q5 and have run the appropriate co...
  • autom8on's avatar
    4 days ago

    Checking my notes (it's been a while, so apologies if anything has changed since I last looked) - the command I used was:

    openssl enc -d -aes-256-cbc -in encrypted_file_AES.enc -nosalt -pbkdf2 -k {password_from_aircrack} -a

    Not sure about passing it using "-pass pass:"?!?