-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
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:
- Make the encoded data start at the very beginning of the pixel data, or at some fixed location after that with no start marker, and place no marker saying where it ends. Needless to say, whatever original noise has not been overwritten should stay intact.
- The decode command thus extracts whatever data has been hidden, and after it ends it returns the original noise of the picture. It is up to the user to decide where the hidden data ends.
The reason for all this is that real steganography is undetectable. If the code adds detectable markers of any kind, the cover is blown.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels