algorithm - Which one is more secured md5 or whirlpool (hashes) and Why? -


i new in cryptography section. want raise question here regarding md5 hashes , whirlpool hashes. far have found md5 can broken , hence not safe use. learned little bit whirlpool hashes. now, question "which 1 more secured?" except knowing md5 can broken.

one more question, need know applications use both md5 , whirlpool hashes in program. helpful me if can come forward share knowledge.

cheers

the more bits hash contains, more secure. md5 128-bit string, sha-1 160-bit string , whirlpool 512-bit string. based on alone, whirlpool superior both sha-1 , md5.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -