https://github.com/ruben165/nrsa
nRSA Encryption and Decryption
https://github.com/ruben165/nrsa
assymetric-security data-security rsa
Last synced: 2 months ago
JSON representation
nRSA Encryption and Decryption
- Host: GitHub
- URL: https://github.com/ruben165/nrsa
- Owner: Ruben165
- Created: 2025-01-27T16:48:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T17:03:58.000Z (4 months ago)
- Last Synced: 2025-02-08T07:14:41.400Z (4 months ago)
- Topics: assymetric-security, data-security, rsa
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is my attempt on making an RSA Implementation with Python, but with a slight different approach at the start. Instead of using only two prime numbers at the beginning, this algorithm (currently) can use up to five numbers.