https://github.com/datsfilipe/rsa-python
https://github.com/datsfilipe/rsa-python
keygen python
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datsfilipe/rsa-python
- Owner: datsfilipe
- Created: 2021-04-06T03:16:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T14:49:19.000Z (about 4 years ago)
- Last Synced: 2025-01-07T23:21:04.984Z (9 months ago)
- Topics: keygen, python
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSA KEYGEN
## Description
This project is a RSA keygen made using python. It just simulate how a key is generated is RSA on a more simple way, so the use for security reasons is not recommended.### Technologies
1. Python
### Running project
Use the terminal of your operating system. Obs: you should have Python installed on your system to follow this instructions.
```bash
# Clone the repository
git clone# Enter on directory created by git clone command
cd rsa-python# Type below command and follow the app usage
python usage.py# Maybe you will have to use python2 or python3 to run
```