|
PxCrypt v0.2.2
Encrypt data within an image
|
| CPxCrypt::Stat::Capacity | The Capacity holds information about the capacity of an image at a given BPC |
| ▼CPxCrypt::Decoder | 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 |
| CPxCrypt::MultiDecoder | Decodes a payload and identifying tag from multiple encoded images |
| CPxCrypt::StandardDecoder | Decodes a payload and identifying tag from a single encoded image |
| ▼CPxCrypt::Encoder | 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 |
| CPxCrypt::MultiEncoder | Encodes a payload and identifying tag into a single image |
| CPxCrypt::StandardEncoder | Encodes a payload and identifying tag into a single image |
| CPxCrypt::MultiDecoder::Error | The MultiDecoder::Error class is used to report errors during multi-image decoding |
| CPxCrypt::MultiEncoder::Error | The MultiEncoder::Error class is used to report errors during multi-image encoding |
| CPxCrypt::StandardDecoder::Error | The StandardDecoder::Error class is used to report errors during image decoding |
| CPxCrypt::StandardEncoder::Error | The StandardEncoder::Error class is used to report errors during single image encoding |
| CPxCrypt::Stat | The Stat provides the means to generate various statistics of a potential PxCrypt image |