Collection of encryption tools from pyca/cryptography served through a flask application.
- Password Generator
- Password Based Key Generator
- Symmetric Encryption/Decryption
- RSA Encryption/Decryption
- user authentication
- profile page for viewing/downloading keys and encrypted files
- sqlite3 database for storage
$ python3 -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt
FLASK_DEBUG=TRUE FLASK_APP=encryption_tools flask run
python setup.py test