Changes

Jump to: navigation, search

WebAppSec/Secure Coding Guidelines

1 byte added, 10:01, 12 October 2011
Password Storage
===Password Storage===
Passwords stored in a database should use [https://en.wikipedia.org/wiki/Bcryptbcrypt].Bcrypt is a hashing algorithm designer to keep up with Moore's law.
General hashing algorithms such as SHA512 can be used to generate hashes very
fast depending on the hardware used. If computer B is 10 times faster than

Navigation menu