Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/judevector/rsa-factoring-challenge
RSA Factoring Challenge in ALX SWE Programme
https://github.com/judevector/rsa-factoring-challenge
Last synced: 18 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-28T20:52:15.000Z (over 1 year ago)
- Last Synced: 2024-11-10T08:10:39.326Z (3 months 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