Skip to content

A simple gui program that uses steganographic encryption to hide secret messages inside of text.

Notifications You must be signed in to change notification settings

jonbang/Zero-Width-Encrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Zero-Width-Steganography

A simple gui program that uses steganographic encryption to hide secret messages inside of text. This method will hide text in plain sight using invisible zero-width characters, although some text editors may make it obvious that invisible characters are present in the string. This tool was inspired by Steganographr.

Characters

This tool uses:

  • WORD JOINER (U+2060)
  • ZERO WIDTH SPACE (U+200B)
  • ZERO WIDTH NON-JOINER (U+200C)

Screenshots:

Encryption Window Hide

Decryption Window Reveal

About

A simple gui program that uses steganographic encryption to hide secret messages inside of text.

Topics

Resources

Stars

Watchers

Forks

Languages