Road Safety Association
ファイル lotta_numbers.txt
が与えられた。
このファイルには整数 c
、p
、q
、e
が書かれていたので、以下のプログラムでRSA暗号の復号を行った。
A file lotta_numbers.txt
was given.
Seeing integers c
, p
, q
, and e
written in the file, I performed a decryption of RSA cipher using this program:
solve.py
得られた結果にCyberChefで From Hex をかけることで、flagが得られた。
I obtained the flag by applying "From Hex" on CyberChef to the result.
From Hex - CyberChef
kqctf{y0uv3_6r4du473d_fr0m_r54_3l3m3n74ry_5ch00l_ac8770bdcebc}
writeup by MikeCAT
Killer Queen CTF