fernet 1.0.1
0
A simple python fernet implementation
Contents
A simple python fernet implementation
How to Install fernet
You can install fernet using pip
pip install fernet
or add it to a project with poetry
poetry add fernet
Package Details
- Author
- Oz N Tiram
- License
- MIT
- Homepage
- https://github.com/oz123/python-fernet
- PyPi:
- https://pypi.org/project/fernet/
Classifiers
- Security/Cryptography
Related Packages
Errors
A list of common fernet errors.
Code Examples
Here are some fernet
code examples and snippets.