# python-fernet **Repository Path**: shotgrid_sunding/python-fernet ## Basic Information - **Project Name**: python-fernet - **Description**: A pure python implementation of Fernet encryption - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-05 - **Last Updated**: 2021-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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/).