PxCrypt v0.2.2
Encrypt data within an image
|
▼NPxCrypt | The PxCrypt namespace is the main namespace through which all functionality of the PxCrypt library is accessed |
CDecoder | The Encoder class is a base class from which all PxCrypt decoders derive in order to skim and decrypt data from the color channels of an encoded image |
CEncoder | Base class from which all PxCrypt encoders derive in order to provide serialization of binary data to portions of an arbitrary image's color channels |
▼CMultiDecoder | Decodes a payload and identifying tag from multiple encoded images |
CError | The MultiDecoder::Error class is used to report errors during multi-image decoding |
▼CMultiEncoder | Encodes a payload and identifying tag into a single image |
CError | The MultiEncoder::Error class is used to report errors during multi-image encoding |
▼CStandardDecoder | Decodes a payload and identifying tag from a single encoded image |
CError | The StandardDecoder::Error class is used to report errors during image decoding |
▼CStandardEncoder | Encodes a payload and identifying tag into a single image |
CError | The StandardEncoder::Error class is used to report errors during single image encoding |
▼CStat | The Stat provides the means to generate various statistics of a potential PxCrypt image |
CCapacity | The Capacity holds information about the capacity of an image at a given BPC |