JSteg
From Just Solve the File Format Problem
(Difference between revisions)
Parchivist (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Encryption |subcat2=Steganography |released=1993 }} '''JSteg''' by Derek Upham is perhaps the first true steganography program for...") |
Parchivist (Talk | contribs) |
||
Line 20: | Line 20: | ||
* [https://dl.packetstormsecurity.net/crypt/stego/DOS/jsteg.zip JSteg DOS version] | * [https://dl.packetstormsecurity.net/crypt/stego/DOS/jsteg.zip JSteg DOS version] | ||
* [https://dl.packetstormsecurity.net/crypt/stego/DOS/jsteg.txt JSteg DOS readme] | * [https://dl.packetstormsecurity.net/crypt/stego/DOS/jsteg.txt JSteg DOS readme] | ||
− | * [http://www.nic.funet.fi/pub/crypt/steganography/jpeg-jsteg-v4.diff.gz Context diffs to convert a standard v4 JPEG source tree into a JSteg source tree] ([http://www.nic.funet.fi/pub/crypt/steganography/jpeg-v4.tar.gz v4 JPEG source]) | + | * [http://www.nic.funet.fi/pub/crypt/steganography/jpeg-jsteg-v4.diff.gz Context diffs to convert a standard v4 JPEG source tree into a JSteg source tree] ([http://www.nic.funet.fi/pub/crypt/steganography/jpeg-v4.tar.gz v4 JPEG source]) ([https://zooid.org/~paul/crypto/jsteg/ mirror]) |
* [http://www.nic.funet.fi/pub/crypt/steganography/jpeg.announcement.gz JSteg Announcement] | * [http://www.nic.funet.fi/pub/crypt/steganography/jpeg.announcement.gz JSteg Announcement] | ||
* [https://www.provos.org/p/detection-with-stegdetect/ Detected by Stegdetect and attacked by Stegbreak] | * [https://www.provos.org/p/detection-with-stegdetect/ Detected by Stegdetect and attacked by Stegbreak] | ||
Line 26: | Line 26: | ||
* [https://farid.berkeley.edu/downloads/publications/icip02.pdf Detecting Hidden Messages Using Higher-Order Statistical Models] | * [https://farid.berkeley.edu/downloads/publications/icip02.pdf Detecting Hidden Messages Using Higher-Order Statistical Models] | ||
* [https://doi.org/10.1145/952532.952595 A fast and effective steganalytic technique against JSteg-like algorithms] | * [https://doi.org/10.1145/952532.952595 A fast and effective steganalytic technique against JSteg-like algorithms] | ||
+ | * [https://web.archive.org/web/20110812211717/http://csis.bits-pilani.ac.in/faculty/murali/netsec-09/seminar/refs/anuroopsrep.pdf JSteg: Steganography and Steganalysis] | ||
+ | * [https://github.com/mmtechnodrone/SSAK SSAK] - GUI front end for file identification, data carving, hexdump and steganography programs that includes JSteg |
Latest revision as of 02:57, 29 October 2023
JSteg by Derek Upham is perhaps the first true steganography program for JPG.
Preston Wilson and Randall Williams ported it to DOS
JSteg Shell by korejwa is a port to Win9x and includes certain tweaks like (optionally) including the filename and optional encryption (RC4-40). It also includes a built-in dictionary attack tool.
[edit] Links
- Analysis of format and JSteg_Data_Extractor
- JSteg Shell 2.0 homepage (archived)
- JSteg Shell 1.0A (VB4 runtimes)
- JSteg DOS version
- JSteg DOS readme
- Context diffs to convert a standard v4 JPEG source tree into a JSteg source tree (v4 JPEG source) (mirror)
- JSteg Announcement
- Detected by Stegdetect and attacked by Stegbreak
- Detecting Steganographic Messages in Digital Images (Matlab source)
- Detecting Hidden Messages Using Higher-Order Statistical Models
- A fast and effective steganalytic technique against JSteg-like algorithms
- JSteg: Steganography and Steganalysis
- SSAK - GUI front end for file identification, data carving, hexdump and steganography programs that includes JSteg