In this short tutorial I will show how you can easily create Fernet key.
Install cryptography if is missing
pip install cryptography
Create new fernet key:
python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())" 30NkeeYthODONuaGqBNb13x_q_DSWuG6IUKpyb3t4Pc=
If you enjoyed this post please add the comment below or share this post on your Facebook, Twitter, LinkedIn or another social media webpage.
Thanks in advanced!