Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.09 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.09 KB

Encryption Tools

Collection of encryption tools from pyca/cryptography served through a flask application.

features

Installing

$ python3 -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt

Running locally

FLASK_DEBUG=TRUE FLASK_APP=encryption_tools flask run

Running tests

python setup.py test

sources