Skip to content

Encrypt and Decrypt messages with emojis.

Notifications You must be signed in to change notification settings

hi676/EmojiCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmojiCode


Base64-like encryption/decryption but with Emojis.

Encoding

  1. Convert given text to its numerical representation.
  2. Convert numerical representation into binary.
  3. Split binary stream into 7 bits.
  4. Convert 7 bit numbers into ints.
  5. Use conversion table to convert to emoji.

Decoding

  1. Use conversion table to convert emoji to int.
  2. Convert int to binary stream
  3. Split binary stream into bytes.
  4. Convert bytes to numbers.
  5. Convert numbers to text.

About

Encrypt and Decrypt messages with emojis.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •