Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 427 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 427 Bytes

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.