Skip to content

Instantly share code, notes, and snippets.

@RDxR10
Created October 2, 2020 06:13
Show Gist options
  • Save RDxR10/9374d8ce62b09b1a79d967df0f0c8e8c to your computer and use it in GitHub Desktop.
Save RDxR10/9374d8ce62b09b1a79d967df0f0c8e8c to your computer and use it in GitHub Desktop.
Solution to Cryptography/Ee See Bee - DarkCTF 2020
openssl enc -des-ecb -d -in enc.enc -out c.txt -K 84e39aa4994baf51
openssl enc -des-ecb -d -in c.txt -out cdec.txt -K 84e39aa4994baf51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment