Y
Hacker News
new
|
ask
|
show
|
jobs
by
NooneAtAll3
10 days ago
is the difference between MD5 and MD5crypt the same as between Java and Javascript or are they actually related somehow?
3 comments
Sammi
9 days ago
MD5crypt is a password hashing algorithm that uses the MD5 digest hashing algorithm. MD5crypt basically calls MD5 a bunch of times in order to make it computationally expensive.
link
pietervdvn
9 days ago
See
https://en.wikipedia.org/wiki/Crypt_(C)#MD5-based_scheme
link
sam_lowry_
10 days ago
related
link