Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ashutosh1206
GitHub Repository: ashutosh1206/crypton
Path: blob/master/RSA-encryption/Intro-Challenges/Meth_M4th/README.md
1402 views

Meth_M4th

Level: 4

Description: The level is 4 not because of it's difficulty but of it's trickiness. Check if there are some unusual variable values given in the challenge which are not supposed to be given in conventional unpadded RSA. Apply some basic Theorems from Number Theory, find the vulnerability, exploit it and get the flag!

Points: 45

Documentation reference for libraries used:

  1. gmpy2: https://gmpy2.readthedocs.io/en/latest/

  2. pycrypto: https://www.dlitz.net/software/pycrypto/api/2.6/

  3. pycrypto's PublicKey RSA module: https://www.dlitz.net/software/pycrypto/api/2.6/toc-Crypto.PublicKey.RSA-module.html