Path: blob/master/RSA-encryption/Intro-Challenges/Challenge-2/README.md
1402 views
Challenge-2
Level: 1
Description: You are given ciphertext of a message that is encrypted using encrypt.py
and stored in ciphertext.txt
. Also, you are given public key parameters in publickey.pem
, get the flag and score some points!
Points: 15
Documentation reference for libraries used:
[NECESSARY]gmpy2: https://gmpy2.readthedocs.io/en/latest/
pycrypto's PublicKey RSA module: https://www.dlitz.net/software/pycrypto/api/2.6/toc-Crypto.PublicKey.RSA-module.html