在线零宽字符unicode文字隐写工具
零宽度字符插入文本中。
文本隐写术示例中的文本
文本隐写术示例中的二进制
使用说明
unicodeSteganographer.encodeText(String, String)
encodeSteganography
returns a stego String. The 1st argument is a String to be embedded, the 2nd argument is a String to be hidden.
unicodeSteganographer.encodeBinary(String, Uint8Array)
encodeSteganography
returns a stego String which is embedded steganography of Uint8Array.
unicodeSteganographer.decodeText(String)
decodeSteganography
returns a JavaScript Object: { originalText: original text (String), hiddenText: hidden text (String)}.
unicodeSteganographer.decodeBinary(String)
decodeSteganography
returns a JavaScript Object: { originalText: original text (String), hiddenData: hidden data (Uint8Array)}.
unicodeSteganographer.setUseChars(String)
setUseChars
sets the characters for steganography as a String.Default characters used for steganography are U+200C, U+200D, U+202C, and U+FEFF.
U+200B(ZERO WIDTH SPACE) is deleted in Gmail when sending a mail from browsers.
支持的浏览器
- Chromium 45 (Ubuntu 14.04 LTS)
- Firefox 42 (Ubuntu 14.04 LTS)
- Edge (Windows 10)
- Internet Explorer 11 (Windows 10) * 仅文本格式,无法下载为文件
- Safari (iOS 9.1)
- Chrome (Android 4.2)