algorithm - How is one way hashing possible? -


i wondering, how 1 way hashing possible? how can encode string in 1 direction , not other? if reverse algorithm, can't decode md5? before, me, way possible have generate random answer instead of using algorithm. hashes same way every time. please explain me.

if "reverse" algorithm, cannot original string back, because there more possible strings possible hash codes.

think of algorithm has result 64-bit integers. there 2^64 = (2^8)^8 = 256^8 possible such numbers.

but means, if there more 256^8 possible strings, there must 2 strings hash same value (this called the pigeonhole principle). since there more strings @ length 9 (256^9 such strings), fact can hash value, not guarantee can "go back".


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -