|
|
|
|
|
by supergauntlet
4774 days ago
|
|
Probably poorly. Question though, how large of a file can you hide with steganography in a 300mb picture? Would that be big enough to hide an MP3? On a side note, can you upload files to Flickr that have data appended after the end of the image data? Like people were doing on 4chan until moot removed that capability. |
|
This is akin to key schedulers used in various cryptography schemes, I suppose. The idea is that you REALLY don't want to just shove your data all at the beginning of the file in order, as it becomes really easy to tease out the data with some cursory frequency analysis/bruteforcing. "Oh the first 20 pixels encode the first X bytes of <insert well known file type here>, BALEETED!"
Then you simply have each user pick their own key, stored locally, and have the cycle generated on the fly when encoding and retrieving data.