This repo is just an attempt to read in and factorize a file of numbers.
- factors - the program to factorize (Usage: time ./factors tests/test00)
- tests/test00 - the file with the numbers
- Language: Bash script
- OS: Ubuntu 14.04 LTS
The RSA Factoring Challenge was a challenge put forward by RSA Laboratories on March 18, 1991 to encourage research into computational number theory and the practical difficulty of factoring large integers and cracking RSA keys used in cryptography :computer:
Shell
This repo is just an attempt to read in and factorize a file of numbers.