Uses of Class
trex.Algo.StegoAlgo

Packages that use StegoAlgo
trex.Algo   
 

Uses of StegoAlgo in trex.Algo
 

Subclasses of StegoAlgo in trex.Algo
 class StegoAlgoFFT
          This algorithm stores data in the frequency domain.
 class StegoAlgoLSB
          This class implements the LSB Steganography Algorithm.
 class 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.
 class 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.