Fepo Encryption Software 🛡️🔐 Overview Fepo Encryption Software is a simple Python program that encrypts and decrypts messages using a custom character substitution method. Users can choose between encryption and decryption through a menu-driven interface.
How It Works
User Menu When the program starts, it displays a welcome message and presents two options:
Encrypt a message
Decrypt a message The user inputs their choice, and the program proceeds accordingly.
Encryption Process The user enters a message to be encrypted. Each character in the message is mapped to a unique encoded string from a predefined dictionary. The encrypted message is displayed for the user to copy.
Decryption Process The user enters an encrypted message. The program reads the message in fixed-length chunks. Each chunk is translated back to its original character using a decryption dictionary. The decrypted message is displayed. Code Breakdown
Usage Run the script and follow the on-screen instructions:
bash python fepo_encryption.py
Contributing Feel free to fork this project, suggest improvements, or report issues! 🚀
License This project is open-source and available under the MIT License.