ptleb / stegui

A Dated Gui For Stenaograpy...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wishlist Someone fork this And or Convert to Jpeg turbo and or use it as a basis for another GUI , FORK ME PLEASE....

Orginally on SF.net


This is SteGUI, a graphical front-end to Steghide.
Copyright (C) 2005,2007 by Nicola Cocchiaro
and released under the GNU/GPL license.
SteGUI can be found at http://www.sf.net/projects/stegui.
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


Enjoy!

This project was born to complement the usage of Steghide, a command line Steganography program for Linux and Windows, by adding some features that could prove useful. The idea is that a Graphical User Interface might let users control Steghide in a more user-friendly way and also both display the images (in Windows BMP and JPG formats) and play the audio files (in Windows WAVE and Sun/NeXT AU) that it is able to hide data into. Using the GUI it would thus be possible to perform all the common command line operations, and also verify that the embed operations in images and audio files do not create variations that might give away the use of Steganography, which would render the whole effort useless. In the same way it would be possible to view or play hidden files that are extracted from a stego file, all from a single tool: this is exactly why SteGUI was created.

The rest of this website offers an introduction that explains some concepts behind Steganography in general, then shows how Steghide and SteGUI work. SteGUI was written in C++ with the help of the FLTK and PStreams libraries. Downloadable source code packages are available for download; binary packages will be available sometime in the future. SteGUI was written by Nicola Cocchiaro; Steghide was written by Stefan Hetzl. Both SteGUI and Steghide are released under the GNU General Public License.

Any help in the form of patches, documentation or comments is welcome, or you can donate through SourceForge to show your appreciation for the work done to this project and encourage further development :)

Feel free to write, if you have any questions or comments, to:

E-mail adress image

Table of contents

Next - Previous - Home

SourceForge.net Logo Support This Project Valid XHTML 1.1 Valid CSS!

© 2005-2008 Nicola Cocchiaro

About

A Dated Gui For Stenaograpy...

License:GNU General Public License v2.0


Languages

Language:C++ 84.0%Language:C 16.0%