-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undetectability #1
Comments
That is definitely a good point, currently the data is written at the start of the pixel data and after the encoded message ends the original noise in the image is cleaned. But this is only default behaviour, it is possible to specify a function which determines what is written to the image data after the message ends. |
Some things that might be done easily:
|
I think it would be better if there was no way to tell whether or not a message has been hidden in an image. I guess what the code does now is record certain start and end markers so it is possible to know where the encoded material begins and ends. But how about this:
The reason for all this is that real steganography is undetectable. If the code adds detectable markers of any kind, the cover is blown.
The text was updated successfully, but these errors were encountered: