Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.2 KB

File metadata and controls

39 lines (24 loc) · 1.2 KB

Klettgau's Ciphers Documentation Status

A collection of Symmetric ciphers implemented as a primitive api utilizing Flask to supplement a cryptography course.

Getting Started

The package is built using python3 and Flask.

pip install requirements.txt  

Deployment

The package will run a flask server locally that will accept requests and the necessary parameters will be passed as url parameters.

python main.py

Documentation

This project was the first interaction with Sphinx and using Readthedocs to host the documentation .

Built With

Authors

  • Klettgau - Initial work

License

This project is licensed under the MIT License - see the LICENSE.md file for details