This program allows users to encrypt and decrypt messages using various encryption algorithms. It provides a user-friendly interface and supports multiple encryption options.
To install the required dependencies, run the following command:
python3 install.py
To decrypt a message, run the program with the --decrypt flag. You will be prompted to enter the encryption key and select the file to decrypt. For example:
After entering the key and selecting the file, the program will decrypt the message and display the decrypted text.
To encrypt a message, run the program without the --decrypt flag. You will be prompted to enter your message. For example:
After entering your message, the program will generate an encryption key and display the encrypted message. The encryption key will also be saved in a file named key.txt.
This project is licensed under the MIT License.
Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.
If you have any questions or need further assistance, you can reach out to github/seandadonntech