An open API service indexing awesome lists of open source software.

https://github.com/datsfilipe/rsa-python


https://github.com/datsfilipe/rsa-python

keygen python

Last synced: 8 months ago
JSON representation

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
```