PSteg - steganography app (gui)

Antivirus, forensics, intrusion detection, cryptography, etc.
Post Reply
Message
Author
User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

PSteg - steganography app (gui)

#1 Post by vovchik »

Dear Puppians,

Here is a little app I threw together that makes use of outguess (a CLI-based steg program) to create a jpg file containing embedded/hidden files.

Please read the help and the about to understand how this program functions. And note that the container or vessel image should be some 15x larger than the proposed inserted file. I know, I can improve the logic in a few places and will do so in the next release.

Have fun.

With kind regards,
vovchik

PS. Please let me know what works and what doesn't, and what should/might be changed.

PPS. I forgot to mention it before, but the Einstein image (/usr/local/Psteg/img/psget-overview.jpg) contains a hidden file and message. :) The password is "password" without the quotes.
Attachments
psteg-0.1a.pet
(166.1 KiB) Downloaded 1089 times
psteg-overview.jpg
(30.48 KiB) Downloaded 1673 times
psteg01.jpg
(58.67 KiB) Downloaded 1582 times

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#2 Post by technosaurus »

I was writing a generic (size independent) steg-ish program here:
http://www.murga-linux.com/puppy/viewtopic.php?t=72807

and this thread came up b/c I was naming it psteg

while I was doing my research I also compiled jsteg (converts ppm/gif to a jpeg with an encoded file) it has similar file size limits but is quite small so I will post it in case it is useful (it wasn't to me)

anyhow, my version is independent of file size if you want to add it to your gui ... otherwise I can name it steg-osaurus
Attachments
jsteg.tar.gz
(40.53 KiB) Downloaded 673 times
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#3 Post by vovchik »

Dear technosaurus,

I will certainly have a look. In any case, the gui needs revision because of the old gtkdialog method of closing child windows, so I have every reason to muck about with the code and include jsteg. Thanks...

With kind regards,
vovchik

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#4 Post by technosaurus »

sorry, that didn't come out right - jsteg is still size dependent (but smallish) ... which is why i started the new project.... everything had file size limitations or was bulky or had some obscene dependency, so I am just using already included tools instead (bcrypt, cat and tail with a gtkdialog4 frontend)
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

Post Reply