https://github.com/judevector/rsa-factoring-challenge
RSA Factoring Challenge in ALX SWE Programme
https://github.com/judevector/rsa-factoring-challenge
Last synced: 12 months ago
JSON representation
RSA Factoring Challenge in ALX SWE Programme
- Host: GitHub
- URL: https://github.com/judevector/rsa-factoring-challenge
- Owner: judeVector
- Created: 2023-06-26T22:02:21.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T20:52:15.000Z (almost 3 years ago)
- Last Synced: 2025-01-06T22:54:05.340Z (over 1 year ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSA Factoring Challenge
This is an ALX SE Programme Challenge
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 💻
This repo is just an attempt to read in and factorize a file of numbers.
## Description of what each file shows:
* factors - the program to factorize (Usage: time ./factors tests/test00)
* tests/test00 - the file with the numbers
## Environment
* Language: Bash script
* OS: Ubuntu 20.04 LTS