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

Challenge-3

Level: 2

Description: Alice wants to send the same message to 4 different people. So, for this he generates 4 different public key pairs, encrypts the same message for 4 people using these public key pairs, generates the corresponding ciphertexts and sends each ciphertext to each person. We have the public key parameters for each person. Find the vulnerability, and find out what Alice is sending!

Points: 20

Documentation reference for libraries used:

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

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