LosFuzzys / rsa-attacks

Some attacks on the RSA public-key cryptosystem.

Home Page:https://en.wikipedia.org/wiki/RSA_(cryptosystem)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSA Attacks

Some attacks on the RSA public-key cryptosystem.

Most of this attacks only work on Textbook RSA.

Wiener's attack

This attack uses the continued fraction method to expose the private key d when d is small.

  • Key recovery (recover d from e and n) if d is small (a large e is a good hint this is the case)

  • Required:

    • encryption exponend e (public key, probably very larger)
    • modulus n
  • Folder: wiener

Other implementations:

About

Some attacks on the RSA public-key cryptosystem.

https://en.wikipedia.org/wiki/RSA_(cryptosystem)


Languages

Language:Python 100.0%