Original Text: (length: 90)
Hidden Text:
|
|
Original Text: (length: 90)
Hidden Data (Please Select File < 50kB):
(Extension must be modified) |
|
|
Zero Width Characters for Steganography: |
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.