Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oz123/python-fernet
A pure python implementation of Fernet encryption
https://github.com/oz123/python-fernet
aes-encryption cryptography fernet python python-fernet
Last synced: 14 days ago
JSON representation
A pure python implementation of Fernet encryption
- Host: GitHub
- URL: https://github.com/oz123/python-fernet
- Owner: oz123
- License: mit
- Created: 2016-08-08T16:42:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T04:40:45.000Z (almost 6 years ago)
- Last Synced: 2024-10-11T11:19:26.746Z (about 1 month ago)
- Topics: aes-encryption, cryptography, fernet, python, python-fernet
- Language: Python
- Size: 41 KB
- Stars: 14
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Python Fernet
=============A pure Python implementation of [fernet](https://github.com/fernet/spec/blob/master/Spec.md).
This is intended to be used in environment what you only desired Python code and not C based
compiled modules, or when you need a simple reference code for Fernet.**NOTE** You should only use this module in those cases where you can't use
[Python Cryptography](https://cryptography.io/en/latest/).