Skip to content

A program that decrypts a message that was encrypted with the RSA algorithm

Notifications You must be signed in to change notification settings

alexbrahos/Decrypt-RSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This program decrypts an RSA encoding with the public keys (n,b) given in the assignment.
Using Pollards p-1 algorithm, p and q are found from n. Those are then used to find a.

Once a is known, decryption is easy, and is just a matter of doing math.
The numbers calculated are mapped to the matrix according to the assignment description to get the text.

About

A program that decrypts a message that was encrypted with the RSA algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages