Ask HN: How should I store passwords?
https://news.ycombinator.com/item?id=2902276I've been told to "use bcrypt", but is bcrypt really all that stronger?
All the arguments I have seen in favor of it simply argued that it is good because it's slower than crippled molasses going uphill in January, but with a well-secured NoSQL and a properly rate-limited login system, is that really necessary?
I've been looking at SHA-512 with multiple salts, but what do you use or suggest I do?
EDIT: Just an FYI, we're a startup that will be dealing mostly in accounts of the social network variety. We will deal a bit in financial info, but mostly just user data.