desteg/README.md

13 lines
637 B
Markdown
Raw Permalink Normal View History

2019-07-01 08:07:48 +10:00
# desteg
2019-07-30 20:40:11 +10:00
A silly web API to add entropy to images in an attempt to destroy any steganography
curl -H "Content-Type: application/png" --data-binary @GPSPeedo1.png http://localhost:5002/desteg -o GPSPeedo1_Destegged.png
## Please don't use this!
It won't actually work on anything but the most naive steganographic implementations. This silly project fails to remove steghide embedded data, for example. It did make the embedded message fail to be extracted from images processed through [steganography](https://github.com/teovoinea/steganography), which uses simple LSB modifications to the Alpha channel (as at August 2019).