|
Steganography
A C++ Steganography tool which leverages the LSB and DCT embedding techniques
|
Steganography is a C++ steganography tool which leverages the LSB and DCT embedding techniques.
The steganography executable is build using the CMake build system and requires all of the libraries listed above in the dependencies section.
Unit testing is provided to determine if the application is working correctly, the testing uses Catch2 and can be run by building and running the steganography-testing executable.
A command line user interface is provided to allow the encoding/decoding of data using either the least significant bit (LSB) or discrete cosine transform (DCT) technique.
Full documentation generated using Doxygen is available through GitHub Pages.
Copyright (C) 2019 James Lee jamesl33info@gmail.com
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
1.8.15