Skip to content

Releases: ZeroBone/PollardRsaCracker

PollardRsaCracker v1.0.3

29 Dec 18:11
Compare
Choose a tag to compare

Changelog:

  • When n was a square of a prime number, phi(n) was calculated incorrectly, this bug is now fixed.
  • Other minor improvements

PollardRsaCracker v1.0.2

15 Jan 15:08
Compare
Choose a tag to compare

Changelog:

  • Added type declarations
  • Refactored the whole codebase, updated some utility function implementations
  • Improved the readme

PollardRsaCracker v1.0.1

27 Jul 16:10
Compare
Choose a tag to compare

Changelog:

  • Multiple major bugs fixed
  • Code cleanup
  • Bruteforce factorization support by default

PollardRsaCracker v1.0.0: Initial release

21 Jan 20:13
Compare
Choose a tag to compare

This is the first somewhat tested and stable PollardRsaCracker v1.0.0 release.