Is there a "really bad" hashing function that given small changes in the input the hash also changes small or not at all?
I am not sure if this makes sense. But hashes essentially:
H(data) -> random
Where even small changes of data produce a completely random output.
I want a hash function that if the input data only changes a "small amount" then… Continue reading Is there a "really bad" hashing function that given small changes in the input the hash also changes small or not at all?