Skip to content

LosFuzzys/rsa-attacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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:

Releases

No releases published

Packages

No packages published

Languages