A simple web API to add noises to images.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Paul Warren b1b3b5d3eb new version 9 months ago
app new version 9 months ago
.gitignore Cleanup from master merge 4 years ago
Dockerfile New builder, better dockerfile 10 months ago
LICENSE Initial commit 4 years ago
README.md README Updates, better readability in image generation 4 years ago
desteg-deployment.yaml Better resource management 10 months ago
desteg-hpa.yaml Better resource management 10 months ago
docker_build New builder, better dockerfile 10 months ago
gunicorn_start.sh Gunicorn-ised 3 years ago
requirements.txt Update to Debian 11 10 months ago

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