Skip to content

Fun algorithm allowing to encrypt any file into a string of emojis.

Notifications You must be signed in to change notification settings

neigebaie/emojicrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emojicrypt ✨

language version

Fun algorithm allowing to encrypt any file into a string of emojis.

asciicast

Installation

Download

Download link

Compilation

  1. clone this repo
  2. run make command
make

Usage

Encryption:

 🐯   | ./emojicrypt -e -i example.txt -o example.enc           
🔑 Enter your key:

Decryption:

 🐯   | ./emojicrypt -d -i example.enc -o example_out.txt           
🔑 Enter your key:

Available flags:

  -d        decryption mode
  -e        encryption mode
  -h        this help page
  -i file   input file
  -o file   output file

List of features to add

  • Mixing the columns of the block
  • CBC mode support
  • Automatic output filename if not provided

About

Fun algorithm allowing to encrypt any file into a string of emojis.

Topics

Resources

Stars

Watchers

Forks