Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).