Encrypts and decrypts text messages using shift or substitution keys. Includes test suites for verifying correctness. Command-line interface for interactive use.
This Python project provides a simple implementation of encryption and decryption using the cryptography.fernet library. It allows you to encrypt the contents of a specified file and store the ...