Skip to content

Latest commit

 

History

History
 
 

computeaes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

PicoCTF_2017: ComputeAES

Category: Cryptography Points: 50 Description:

You found this clue laying around. Can you decrypt it?

Hint:

Try online tools or python

Write-up

Again using Python, I designed a simple script using pycrypto.

$ ./decrypt.py 
flag{do_not_let_machines_win_983e8a2d}__________

Therefore, the flag is flag{do_not_let_machines_win_983e8a2d.