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.
|
9 months ago | |
---|---|---|
app | 9 months ago | |
.gitignore | 4 years ago | |
Dockerfile | 10 months ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
desteg-deployment.yaml | 10 months ago | |
desteg-hpa.yaml | 10 months ago | |
docker_build | 10 months ago | |
gunicorn_start.sh | 3 years ago | |
requirements.txt | 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).