Skip to content

A project that finds the two prime factors of a public key.

License

Notifications You must be signed in to change notification settings

MubashirullahD/Pollard-p1

Repository files navigation

Pollard-p1

This project was done for the subject Design Analysis of Algorithms.

About Project

This project is about finding the two factors that went into making a public key. The algorithm can theoretically work for 10^8 integers. In practice, it overflows in c++ unless you do not use a big number library like MPIR.

This project should have been done in python. It would have saved us the headache of trying to set up MPIR, which did not work in the end.

Feel free to ask any questions by making an issue in the Issues tab.

Collaborators

  • Muhammad Mubashirullah Durrani
  • Arbaz Khan
  • Umair

About

A project that finds the two prime factors of a public key.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published