Compression scheme idea: compress a file by storing its hash and filesize. When you want the data, just brute force until you get the data.
@ikea_femme the best part is it'll stop working once you get a file bigger than the size of the hash, due to collisions :p would the tool just output every possible match and let the user pick which one seems right?
@lifning let's say yes
@ikea_femme the best part is it'll stop working once you get a file bigger than the size of the hash, due to collisions :p would the tool just output every possible match and let the user pick which one seems right?