0x01369 / emojicrypt

Tool for Encrypting and Decrypting Text with Emojis

Home Page:https://github.com/0x01369/emojicrypt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encrypted Messaging with Emoji

GitHub GitHub last commit

Description

This Bash script provides a tool for encrypting and decrypting text using emojis. It allows users to transform plain text into a series of emojis and vice versa, providing a fun and creative way to communicate or encode messages.

Features

  • Encrypt text by replacing characters with corresponding emojis from an emoji map.
  • Decrypt encrypted text with emojis back to its original form.
  • User-friendly command-line interface with a menu-based system.

Usage

  1. Make sure you have Bash installed on your system.
  2. Clone the repository or download the Bash script.
  3. Make the script executable: chmod +x emojicrypt.sh
  4. Run the script: ./emojicrypt.sh
  5. Follow the menu prompts to encrypt or decrypt text using emojis.

Example

$ ./emojicrypt.sh

========================================
Tool for Encrypting and Decrypting Text with Emojis
========================================
[1] Encrypt Text With Emojis
[2] Decode Encrypted Emoji Text
[3] Exit
Make your choice: 1
Enter the text to be encrypted: Hello, World!
Encrypted emoji text: ๐Ÿฅฉ๐Ÿ’๐Ÿฅ‘๐Ÿฅ‘๐Ÿฅ’๐Ÿง๐Ÿฅฎ๐Ÿฅซ๐Ÿฅ’๐Ÿฅ•๐Ÿฅ‘๐Ÿ“๐Ÿฆ

About

Tool for Encrypting and Decrypting Text with Emojis

https://github.com/0x01369/emojicrypt

License:MIT License


Languages

Language:Shell 53.3%Language:Python 46.7%