RSA Cryptography Authentication Proof-of-Concept
This project was a request by Structured Programming lectures in Computer Science college.
It runs with both a Python front-end CLI structure and API Endpoints running with Flask.
Features
This application does feature a simple authentication concept with encryption over the data transfered between the client and the endpoint.
- User registration
 - User authentication
 
Requirements
- Python 
v3.0or greater is required. - This project was