PxCrypt v0.2.2
Encrypt data within an image
|
The PxCrypt
namespace is the main namespace through which all functionality of the PxCrypt library is accessed.
More...
Classes | |
class | 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. More... | |
class | Encoder |
The Encoder class is a 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. More... | |
class | MultiDecoder |
The MultiDecoder class decodes a payload and identifying tag from multiple encoded images. More... | |
class | MultiEncoder |
The MultiEncoder class encodes a payload and identifying tag into a single image. More... | |
class | StandardDecoder |
The StandardDecoder class decodes a payload and identifying tag from a single encoded image. More... | |
class | StandardEncoder |
The StandardEncoder class encodes a payload and identifying tag into a single image. More... | |
class | Stat |
The Stat provides the means to generate various statistics of a potential PxCrypt image. More... | |
All library features are nested within this namespace in a similar vein as std
with the C++ Standard Library.