Here we will play a RSA encryption/decryption game with an agent (doesn't it sound very very exciting?). You proceed to the raw-rsa
folder and find the template.py
file ready.
If we run launcher
, it will run the template.py
and we will play the exciting game with the agent.
- Your
template.py
hasN
ande
- You are required to encrypt
quiz_number
(M in our slides) - The script will send
encrypted quiz_number
to the agent - The agent will send
d
(private key) and ask to decryptC
- You are required to decrypt
C
and send it
This will be played for 10 times. If you win'em all, you will have the flag.