F5
From Just Solve the File Format Problem
(Difference between revisions)
Parchivist (Talk | contribs) |
Parchivist (Talk | contribs) |
||
Line 27: | Line 27: | ||
* [https://digitnet.github.io/assets/pdf/f5-a-steganographic-algorithm-high-capacity-despite-better-steganalysis.pdf F5—A Steganographic Algorithm- High Capacity Despite Better Steganalysis] | * [https://digitnet.github.io/assets/pdf/f5-a-steganographic-algorithm-high-capacity-despite-better-steganalysis.pdf F5—A Steganographic Algorithm- High Capacity Despite Better Steganalysis] | ||
* [http://www.ws.binghamton.edu/fridrich/Research/f5.pdf Steganalysis of JPEG Images: Breaking the F5 Algorithm] | * [http://www.ws.binghamton.edu/fridrich/Research/f5.pdf Steganalysis of JPEG Images: Breaking the F5 Algorithm] | ||
− | * [https://daniellerch.me/stego/aletheia/f5-attack-en/ | + | * [https://daniellerch.me/stego/aletheia/f5-attack-en/ Detected by Aletheia] |
+ | * [https://www.provos.org/p/detection-with-stegdetect/ Detected by Stegdetect] | ||
* [http://dde.binghamton.edu/kodovsky/pdf/Fri07-ACM.pdf Statistically Undetectable JPEG Steganography: Dead Ends, Challenges, and Opportunities] (nsF5) | * [http://dde.binghamton.edu/kodovsky/pdf/Fri07-ACM.pdf Statistically Undetectable JPEG Steganography: Dead Ends, Challenges, and Opportunities] (nsF5) | ||
* [https://digitnet.github.io/m4jpeg/m4jpeg-tool/dct-based-mod4-compared-to-f5.htm Mod4 vs F5] | * [https://digitnet.github.io/m4jpeg/m4jpeg-tool/dct-based-mod4-compared-to-f5.htm Mod4 vs F5] |
Revision as of 19:22, 1 September 2023
F5 by Andreas Westfeld is an algorithm for BMP, GIF, and JPEG steganography.
Release 11 adds the switch "-c comment" to change or remove the default comment in the file. The JPEG compressor's comment header "JPEG Encoder Copyright 1998, James R. Weeks and BioElectroMech. " is very uncommon. If you change (or remove: -c "") the comment header, also the version of the APP0 marker is changed to the more common version 1.01.
nsF5 (non shrinkage F5) is an evolution of F5 that can hide more information.
Implementations
- F5 Release 11+ (attempts to address one of the attacks)
- F5 Release 11
- Stegosuite
- F5 Steganography in Java (GitHub)
- Matlab implementation of F5 (GitHub)