/rsa-factoring

Self made RSA and number factoring algorithm with O(N)

Primary LanguagePythonMIT LicenseMIT

rsa-factoring

Self made RSA and number factoring algorithm with O(N), can be used for solving simple CTF challenges.

Usage:

print(list(factor(500)))