Fernet cryptgraphy provides a secure way for a message to be encrypted without manipulating or reading the message without the key. It is an implementaation of symmetric or secret key cryptography.Fernet also has support for implementing key rotation via MultiFernet.
For more information. visit: https://cryptography.io/en/latest/fernet/