CTF
CTF copied to clipboard
[IceCTF 2016] bad decrypt - Attack of the Hellman!
Hi~ I use
openssl aes-256-cbc -a -d -in flag.enc -out flag.txt according to your writeup and use the key, but what I get is
bad decrypt
. I don't know why. Could you help me?