I am wondering if there are any implementations of a filesystem (as in FUSE) that would allow me to host a file in chunks steganographically distributed all over the internet.
The way I imagine it, the user needs a master URL with the first block containing an encrypted list of the URLs for remaining chunks of data, hidden steganographically in different websites. When the user wants to modify a chunk, the filesystem would create a new chunk and - at the end of the work - generate a new master URL containing the final list of URLs listing the chunks of a new version of the file.
Would such a system work if the master URL contained URLs of multiple copies of the blocks saved on different websites in different formats (i.e. audio, video, image, forum comments with the text hidden with whitespace)?