FAAKDIS Secret Encoder / Decoder

Hide secret messages in plain sight using zero-width characters. The hidden message is completely invisible.

Encode Secret Message

Decode Hidden Message

(no message decoded yet)
Tip: Some platforms may strip zero-width characters. Works best in emails and text files.

How It Works

This tool converts your secret into bits, then maps each bit to an invisible Unicode character:

  • U+200B (zero-width space) for 0
  • U+200C (zero-width non-joiner) for 1

The invisible sequence is appended to your cover text. Only someone with this tool can detect and decode it.


Security Notes

Some platforms (Twitter, messaging apps) may strip or normalize these characters.

Works reliably in emails, text files, and platforms that preserve Unicode exactly.

Anyone with this tool can decode the message if they have the stego text.


Quick Demos

Zero-Width Characters

These invisible Unicode characters are used for encoding:

U+200B
Zero-width space
U+200C
Zero-width non-joiner

They take no visible space but can carry hidden information when properly decoded.

Pro Tips

Test your encoded message by immediately decoding it before sharing.

For better security, combine with encryption before hiding.

Use in emails or documents where Unicode is preserved.