https://github.com/i3abghany/rsa
https://github.com/i3abghany/rsa
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/i3abghany/rsa
- Owner: i3abghany
- Created: 2022-02-27T14:16:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T12:14:07.000Z (over 3 years ago)
- Last Synced: 2025-03-26T18:33:59.121Z (7 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rsa
A simple implementation of the RSA asymmetric cipher. It only supports encrypting messages encoded as integers less
than the internally-generated RSA mod. This is because, typically, RSA is only used to exchange symmetric cipher keys,
which are usually much smaller than RSA keys, and hence the mod.