This Python tool demonstrates symmetric encryption using the cryptography
library. The tool allows you to encrypt and decrypt messages using a generated key.
- Generates a key for encryption
- Encrypts plain text into ciphertext
- Decrypts ciphertext back to plain text
python encryption_tool.py