Skip to content

Simple implementation showing femat factorization to find primes used for RSA

Notifications You must be signed in to change notification settings

juanjohn/rsa_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

rsa_tool

A python script written with the intend to demonstrate a vulnerability in rsa cryptography.

The vulnerability exists only if the two large primes that are chosen to compute n are very close to each other (the distance between the numbers can be iterated in feasible time limits).

In such a scenario on can use fermat factorization.

About

Simple implementation showing femat factorization to find primes used for RSA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages