Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghaiszaher/rsa-demo-flask
RSA Encryption & Decryption demonstration using Flask
https://github.com/ghaiszaher/rsa-demo-flask
Last synced: about 2 months ago
JSON representation
RSA Encryption & Decryption demonstration using Flask
- Host: GitHub
- URL: https://github.com/ghaiszaher/rsa-demo-flask
- Owner: ghaiszaher
- Created: 2019-01-07T21:28:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T16:50:20.000Z (over 5 years ago)
- Last Synced: 2024-10-11T11:32:36.696Z (3 months ago)
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSA-Demo-Flask
RSA Encryption & Decryption demonstration using Flask## Requirements
* Python3
* Flask## Usage
1. Change dir to flask folder `cd flask`
2. Run `python main_flask.py`