https://github.com/mdbentaleb/rsa-factoring-challenge
This repository hosts Python scripts for solving the RSA Factoring Challenge a cryptographic test involving factorizing large numbers to demonstrate the security of RSA encryption
https://github.com/mdbentaleb/rsa-factoring-challenge
Last synced: 7 months ago
JSON representation
This repository hosts Python scripts for solving the RSA Factoring Challenge a cryptographic test involving factorizing large numbers to demonstrate the security of RSA encryption
- Host: GitHub
- URL: https://github.com/mdbentaleb/rsa-factoring-challenge
- Owner: mdbentaleb
- Created: 2024-03-25T14:41:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T15:46:46.000Z (about 2 years ago)
- Last Synced: 2024-03-25T17:00:04.721Z (about 2 years ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSA Factoring Challengey
This repository contains `Python` scripts and algorithms designed to tackle the RSA Factoring Challenge.
`The RSA Factoring Challenge` is a cryptographic challenge that involves factoring large composite numbers into their prime factors,
thereby demonstrating the difficulty of breaking RSA encryption.
## Author
[mdbentaleb](https://github.com/mdbentaleb)