|
|
|
|
|
by tilpner
3768 days ago
|
|
There are so many of these. I don't discourage building one for fun, but they're usually not practical. The common problems are password resets, different password restrictions/formats, and the need to remember these. Also... Sha256 for password generation? I've been told that's wrong™, even if you do it a lot of times, and was pointed at key derivation functions like scrypt, bcrypt, etc. |
|