|
Class Summary |
| StegoAlgo |
This class defines the interface of steganography algorithms. |
| StegoAlgoFFT |
This algorithm stores data in the frequency domain. |
| StegoAlgoLSB |
This class implements the LSB Steganography Algorithm.
|
| StegoAlgoLSBpp |
This class adds a (very little) bit of security to the LSB algorithm by
XORing every input character with a character from the passphrase. |
| StegoAlgoRGB |
This extension to standard StegoAlgos allows for an
easier implementation, if the subjacent algorithm only works "pixel-wise",
taking one pixel at a time and returning another.
|