A simple web API to add noises to images.
1642b3e55b
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/6.1.0...6.2.0) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.gitignore | ||
app.py | ||
LICENSE | ||
README.md | ||
requirements.txt |
desteg
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, which uses simple LSB modifications to the Alpha channel (as at August 2019).