The Python Text Encryptor is a Python command‑line tool for symmetric encryption and decryption of text messages. It uses the Fernet module from the cryptography library to ensure secure, symmetric encryption. The program allows users to generate an encryption key, encrypt a plaintextmessage, and later decrypt it using the same key.
All rights reserved. This project is provided for demonstration purposes only. No permission is granted to use, copy, modify, merge, publish, distribute, sublicense, or otherwise reproduce any part of this software without explicit written consent from the author. Unauthorized use, modification, or redistribution is strictly prohibited.