Computer Science, asked by moniverma1740, 11 months ago

What is the size of the hash value produced by md5 algorithm?

Answers

Answered by Anonymous
0

Hi

MD5 hashes are 128 bit large and normally they are shown in 32 digit hexadecimal value.

for e.g. md5 hex value of "Ajay" will be "f2b4ffb1fce6be175baac966150f9390"

as you can see it's 32 chars long in hexadecimal value.

Similar questions