|
Steganography
A C++ Steganography tool which leverages the LSB and DCT embedding techniques
|
This is the complete list of members for LeastSignificantBit, including all inherited members.
| Decode() | LeastSignificantBit | virtual |
| DecodeChunk(const int start, std::vector< unsigned char >::iterator it, std::vector< unsigned char >::iterator en) | LeastSignificantBit | private |
| DecodeChunkLength(const int &start) | LeastSignificantBit | private |
| Encode(const boost::filesystem::path &) | LeastSignificantBit | virtual |
| EncodeChunk(const int &start, std::vector< unsigned char >::iterator it, std::vector< unsigned char >::iterator en) | LeastSignificantBit | private |
| EncodeChunkLength(const int &start, const unsigned int &chunk_length) | LeastSignificantBit | private |
| GetBit(const T &target, const int &bit) | Steganography | inlineprotected |
| image | Steganography | protected |
| image_capacity | LeastSignificantBit | private |
| image_path | Steganography | protected |
| LeastSignificantBit(const boost::filesystem::path &image_path) | LeastSignificantBit | inline |
| ReadPayload(const boost::filesystem::path &payload_path) | Steganography | protected |
| SetBit(T *target, const int &bit, const int &value) | Steganography | inlineprotected |
| Steganography(const boost::filesystem::path &image_path) | Steganography | inlineexplicit |
| WritePayload(const boost::filesystem::path &payload_path, const std::vector< unsigned char > &payload) | Steganography | protected |
1.8.15