Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Latest commit

 

History

History

Challenge-3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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/