A simple web API to add noises to images.
Go to file
Paul Warren b1b3b5d3eb new version 2022-09-27 01:45:28 +00:00
app new version 2022-09-27 01:45:28 +00:00
.gitignore Cleanup from master merge 2019-07-30 20:40:11 +10:00
Dockerfile New builder, better dockerfile 2022-08-11 02:11:16 +00:00
LICENSE Initial commit 2019-07-01 08:07:48 +10:00
README.md README Updates, better readability in image generation 2019-08-05 22:53:26 +10:00
desteg-deployment.yaml Better resource management 2022-08-24 18:39:56 +10:00
desteg-hpa.yaml Better resource management 2022-08-24 18:39:56 +10:00
docker_build New builder, better dockerfile 2022-08-11 02:11:16 +00:00
gunicorn_start.sh Gunicorn-ised 2020-11-09 14:17:17 +11:00
requirements.txt Update to Debian 11 2022-08-11 01:28:58 +00:00

README.md

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).