Skip to content

collection of encryption tools from pyca/cryptography

License

Notifications You must be signed in to change notification settings

LewkyB/encryption_tools

Repository files navigation

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

About

collection of encryption tools from pyca/cryptography

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published