An open API service indexing awesome lists of open source software.

https://github.com/workofaditya/encrypted-messaging-system

This is a secure and encrypted messaging system that utilizes custom key mapping, rendering it virtually impossible to crack.
https://github.com/workofaditya/encrypted-messaging-system

apk css custom-keymaps decryption ems encription encrypted-messaging-system encryption-decryption html javascript python text-editor

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://adityasinh-sodha.github.io/Encrypted-Messaging-System/) and [CodePen.io](https://codepen.io/Adityasinh/full/poMzdyR)**

## Installation
## For linux
```bash
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
```bash
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:
```shell
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**.