This is SteGUI, a graphical front-end to Steghide. You will need Steghide to run SteGUI, you can get it at http://steghide.sf.net. SteGUI is Copyright (C) 2005 Nicola Cocchiaro <ncocchiaro@users.sf.net> Steghide is Copyright (C) 2003 Stefan Hetzl
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 2 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, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
SteGUI README file
Get SteGUI at http://stegui.sf.net and Steghide at http://steghide.sf.net
Basic instruction for compiling and running SteGUI
SteGUI runs on GNU/Linux systems only for the moment (due to pstreams and alsa
support).
Before you compile SteGUI you will need to have installed the development
headers for:
- FLTK >= 1.1.6
- ALSA
- Libjpeg
and Steghide >= 0.5.1 installed.
To compile SteGUI type:
$ make all
After that you can run SteGUI with:
$ bin/steGUI
