Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
elisee
on Nov 7, 2011
|
parent
|
context
|
favorite
| on:
I wrote BozoCrack to show why plain MD5 is a horri...
Yes, as long as it's designed for speed, it's not a good fit for storing passwords. That's why people should use bcrypt or an equivalent. It has both built-in support for salting & a work factor.
(Source:
http://codahale.com/how-to-safely-store-a-password/
)
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
(Source: http://codahale.com/how-to-safely-store-a-password/)