Zero Text
šµļø Zero-width text steganography generator
- ā Convert any content (including CJK characters and emoji) to zero-width characters
- ā Embed encrypted messages into normal host text (appears completely normal)
- ā One-click decryption to extract hidden messages
- ā Auto-paste, copy button, and bidirectional interaction
- ā Pure frontend implementation, no data upload, safe and reliable
Install
Usage
Encrypt & Embed
- Enter the text you want to hide (e.g.,
my password is 123456) - Enter a normal-looking "host text" (e.g.,
Hello, how are you today?) - Click the Encrypt & Embed button
- The tool inserts zero-width characters into the host text, producing text that looks completely normal
Decrypt & Extract
- Paste the text containing hidden information into the "Decrypt Input" area
- Click Decrypt & Extract
- The tool will recover the originally hidden text
Technical Implementation
- Uses the following Unicode characters:
\u200B(zero-width space) to represent0\u200C(zero-width non-joiner) to represent1
- Original text -> UTF-8 -> binary -> zero-width characters -> inserted into host text
- Decryption reverses the above process
- All encryption / decryption operations are performed locally in the browser with no data stored or uploaded
License
Ā© Guany