https://github.com/iwas-coder/cryrsa
RSA key creator, extractor and compute tool. Useful to process keys with small modulus and try to factorize them.
https://github.com/iwas-coder/cryrsa
asymmetric-cryptography cryptography private-key-cryptography public-key-cryptography rsa
Last synced: 11 months ago
JSON representation
RSA key creator, extractor and compute tool. Useful to process keys with small modulus and try to factorize them.
- Host: GitHub
- URL: https://github.com/iwas-coder/cryrsa
- Owner: iWas-Coder
- License: gpl-3.0
- Created: 2022-09-29T10:10:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T17:27:39.000Z (over 3 years ago)
- Last Synced: 2023-04-26T00:42:58.556Z (about 3 years ago)
- Topics: asymmetric-cryptography, cryptography, private-key-cryptography, public-key-cryptography, rsa
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CryRSA
### Dependencies
Ensure that all needed `python3` requirements are met doing:
```console
pip3 install -r requirements.txt
```