Skip to content

Latest commit

 

History

History
49 lines (46 loc) · 1.72 KB

README.md

File metadata and controls

49 lines (46 loc) · 1.72 KB

Encripted-Messaging-System(EMS)

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.

Features

  • 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

Installation

For linux

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

For Termux

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

Usage

  1. Open a terminal and navigate to the project directory.
  2. Run the EMS.py with the following command:
     python3 EMS.py
  3. Follow the instructions provided in the command-line interface to encrypt or decrypt messages.

Encryption Algorithm

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.

License

Distributed under the MIT License. See LICENSE for more information.

Author

Developed by Adityasinh.