Skip to content

This paper implements the plaintext search algorithm from the paper "Incorrectly Generated RSA Keys"

License

Notifications You must be signed in to change notification settings

danshumow-msft/FixBadRsaEncryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

These python scripts implement the plaintext search, to return a list of possible plaintexts that have been encrypted to an RSA public key with exponent e and modulus N, such that e is not relatively prime to phi(N) - where phi denotes Euler's totient function.

Requirements

These scripts require Python >= 3.4 to run.

Legal

This project is released under the MIT License and has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

About

This paper implements the plaintext search algorithm from the paper "Incorrectly Generated RSA Keys"

Resources

License

Stars

Watchers

Forks

Languages