Skip to content

This is a secure and encrypted messaging system that utilizes custom key mapping, rendering it virtually impossible to crack.

License

Notifications You must be signed in to change notification settings

Adityasinh-Sodha/Encrypted-Messaging-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.