https://github.com/tkhoa2711/wieners-attack-rsa
An implementation of Wiener's attack on RSA public key
https://github.com/tkhoa2711/wieners-attack-rsa
cryptography java security
Last synced: 11 months ago
JSON representation
An implementation of Wiener's attack on RSA public key
- Host: GitHub
- URL: https://github.com/tkhoa2711/wieners-attack-rsa
- Owner: tkhoa2711
- Created: 2012-11-05T14:19:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-17T09:29:29.000Z (over 13 years ago)
- Last Synced: 2023-03-13T10:45:31.924Z (over 3 years ago)
- Topics: cryptography, java, security
- Language: Java
- Size: 1.13 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cryptography
This project is an implementation of Wiener's attack on RSA public key system. The implementation algorithm based on the original paper by Wiener [1].
References:
[1] M. J. Wiener, Cryptanalysis of Short RSA Secret Exponents. IEEE Transaction on Information Theory, Vol. 36, No. 3. May 1990. pp 553 – 558.
[2] D. Boneh, Twenty Years of Attacks on the RSA Cryptosystems. Notices of the Americian Mathematics Society, Vol. 46, No. 2. February 1999. pp 203 – 213.
[3] A. Dujella, A variant of Wieners attack on RSA. Computing, Vol. 85. May 2009. Springer-Verlag 2009. pp 77-83.
[4] N. Smart, Cryptography: An Introduction. McGraw-Hill Education 2003.