Solve the Crypto
25
Solve this Crypto and find the flag.
RsaCtfToolを使います。
opensslコマンドで復号します。$ python RsaCtfTool.py --publickey pub.key --private > priv.key
$ openssl rsautl -decrypt -in enc.message -inkey priv.keySGllcl9pc3RfZGVpbmVfRmxhZ2dl
Base64でデコードします。
$ openssl rsautl -decrypt -in enc.message -inkey priv.key | base64 -dHier_ist_deine_Flagge
フラグは、
UUTCTF{Hier_ist_deine_Flagge}