|
|
|
|
|
by rdl
5477 days ago
|
|
Absolutely. That's essentially PBKDF2 (http://en.wikipedia.org/wiki/PBKDF2). You usually add a salt (an additional string which is stored in the clear, but which makes your local instance globally unique, so the attacker can't precompute value to hash mappings ("Rainbow Tables" [which are faster to make if you have alien technology, from what I've heard]) for all sites. I'd still suggest using bcrypt or scrypt. |
|