Skip to content

Angeladadd/emoji-knows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emoji-knows

Hide and reveal secret messages using emojis!

Usage

Encode - Hide a message in an emoji

encode.html?text=<message>&emoji=<emoji>
  • text (required): The secret message you want to hide
  • emoji (optional): The emoji container. Default is 💩

Example:

http://angeladadd.github.io/emoji-knows/encode.html?text=secret&emoji=🎉

Decode - Reveal a hidden message

decode.html?emoji=<emoji>
  • emoji (required): The emoji containing your hidden message

Example:

http://angeladadd.github.io/emoji-knows/decode.html?emoji=🎉​‌‌‌​​‌‌​‌‌​​‌​‌​‌‌​​​‌‌​‌‌‌​​‌​​‌‌​​‌​‌​‌‌‌​‌​​

Test Locally

To test the website locally, run a simple HTTP server from the project directory:

cd <path to>/emoji-knows
python3 -m http.server 8000

Then open http://localhost:8000 in your browser.

About

Hide secret messages behind emojis!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages