Skip to content

rameshgkwd05/fermat_factorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Factorization of RSA numbers n = pq by Fermat’s method

Course project for EE 720: Number theory and Cryptology

#Problem Statement

• Implement the Fermat’s method for factoring RSA numbers n = pq in SAGE for randomly chosen primes upto 10 digit length

• Input: command to generate two primes p, q randomly and compute n = pq.

• Output: Factors of n, factors of p − 1 and q − 1.

#Details Details about Fermat's factorization method can be found at https://en.wikipedia.org/wiki/Fermat%27s_factorization_method

About

Course project for EE 720: Number theory and Cryptology

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages