Uses of Package
trex.Algo

Packages that use trex.Algo
trex.Algo   
 

Classes in trex.Algo used by trex.Algo
StegoAlgo
          This class defines the interface of steganography algorithms.
StegoAlgoLSB
          This class implements the LSB Steganography Algorithm.
StegoAlgoLSB.LSBDecryptFilter
          LSBDecryptFilter is the decrypt filter for the LSB algorithm.
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.