NHNC LemonTea writeup
Secret Rot13
Open the two file
encrypte code
1 | def encrypt(text, key): |
This code is let the word do ROT
so find read the code and write a code to decrypte
code for decrypte
1 | def decrypt(encrypted_text, key): |
AES?
open output.txt
1 | Enter IV: 1234567890987654 |
Is AES
Put it into an online decrypter
The flag:
Flag: NHNC{Y0u_kn0w_AES}