oz123 / python-fernet

A pure python implementation of Fernet encryption

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Fernet

A pure Python implementation of fernet.

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.

About

A pure python implementation of Fernet encryption

License:MIT License


Languages

Language:Python 100.0%