You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program is a command-line tool for AES-3 encryption and decryption. It uses Python's cryptography library, allowing users to encrypt/decrypt text with a randomly generated 256-bit key or a user-provided key. The command-line interface provides a simple, interactive experience with a history feature for reference.