Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirwa13/rsa-factoring-challenge
RSA Factoring challenge - a cryptosystem - a way of encrypting and decrypting messages
https://github.com/hirwa13/rsa-factoring-challenge
Last synced: 17 days ago
JSON representation
RSA Factoring challenge - a cryptosystem - a way of encrypting and decrypting messages
- Host: GitHub
- URL: https://github.com/hirwa13/rsa-factoring-challenge
- Owner: HIRWA13
- Created: 2023-04-03T19:32:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-05T22:28:58.000Z (over 1 year ago)
- Last Synced: 2023-09-09T01:59:34.033Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSA FACTORING CHALLENGE
The script is called "RSA Challenge",
and its purpose is to factorize numbers that are provided in a file as input.
Factoring a number means finding its prime factors, which are the smaller prime numbers
that, when multiplied together, produce the original number.
For example, the prime factors of 24 are 2, 2, 2, and 3, because 2 x 2 x 2 x 3 = 24.