Created and Edited by Adityasinh. This content is for educational purposes only I did not take any responsibilitys about what you are doing with this script, you can also use it for safe conversations. Feel free to share it. If you appreciate the code please follow me.
- Encryption of messages into a custom code language
- Decryption of encrypted messages
- Simple command-line interface (Edit Mapping.py for custom mapping)
- This script is in two languages python and html for more user-friendly
- This page is live on Github.io and CodePen.io
apt update
apt upgrade
apt install git
apt install python3
git clone https://github.com/Adityasinh-Sodha/Encripted-Messaging-System
cd Encripted-Messaging-System
python3 EMS.py
apt update
apt upgrade
pkg install git
pkg install python3
git clone https://github.com/Adityasinh-Sodha/Encripted-Messaging-System
cd Encripted-Messaging-System
python3 EMS.py
- Open a terminal and navigate to the project directory.
- Run the EMS.py with the following command:
python3 EMS.py
- Follow the instructions provided in the command-line interface to encrypt or decrypt messages.
The encryption algorithm used in this system involves substituting each letter in the message with a corresponding code character. The exact mapping of letters to code characters is predefined and can be customized if needed.
Distributed under the MIT License. See LICENSE for more information.
Developed by Adityasinh.