File Encryption & Decryption (Python) Description Encrypts and decrypts contents of a text file using the Fernet encryption system. How to Run Install cryptography: pip install cryptography Create a secret.txt file with content. Run: python main.py