|
Steganography
A C++ Steganography tool which leverages the LSB and DCT embedding techniques
|
This is the complete list of members for Steganography, including all inherited members.
| Decode()=0 | Steganography | pure virtual |
| Encode(const boost::filesystem::path &payload_path)=0 | Steganography | pure virtual |
| GetBit(const T &target, const int &bit) | Steganography | inlineprotected |
| image | Steganography | protected |
| image_path | Steganography | protected |
| 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