Y
Hacker News
new
|
ask
|
show
|
jobs
by
easrng
1596 days ago
I checked, they use md5 extensively.
1 comments
mjau-mjau
1596 days ago
md5() is used to hash names for cache, not for anything security related. For login, it uses PHP password_verify()
link