Method | Description | |
---|---|---|
GetBytes ( ) : byte[] |
Get the HTML bytes with the steganographic message.
|
|
ReadValue ( ) : string |
Read -- decrypt, decode, and display the steganographic message.
|
|
WebPageSteganography ( |
Initializes a new instance of the WebPageSteganography class.
|
|
WebPageSteganography ( byte html, |
Initializes a new instance of the WebPageSteganography class.
|
|
WriteValue ( string value ) : void |
Write -- encode, encrypt, and hide the steganographic message.
|
Method | Description | |
---|---|---|
CopyOriginalToStego ( ) : void |
Copy the original bytes to the steganography bytes.
|
|
EmbedBytesInPage ( byte buffer ) : void |
Write the bytes in the buffer to the positions within the byte array.
|
public WebPageSteganography ( |
||
file | A file containing HTML. | |
passphrase | The passphrase to use for encryption and decryption. | |
return | System |
public WebPageSteganography ( byte html, |
||
html | byte | The HTML from the stream byte array. |
passphrase | The passphrase to use for encryption and decryption. | |
return | System |
public WriteValue ( string value ) : void | ||
value | string | The text value to write into the page. |
return | void |