Skip to content

Latest commit

Β 

History

History
9 lines (7 loc) Β· 484 Bytes

File metadata and controls

9 lines (7 loc) Β· 484 Bytes

πŸ” Symmetric Encryption πŸ‘¨πŸ»β€πŸ’»

Fernet guarantees that a message encrypted using it cannot be manipulated or read without the key. Fernet is an implementation of symmetric (also known as β€œsecret key”) authenticated cryptography.


πŸ“š References: