61d6a9fd8a
with a slow hash function. This library uses PBKDF1-SHA256, and handles all the details. ok sthen@
4 lines
153 B
Plaintext
4 lines
153 B
Plaintext
To store passwords securely, they should be salted, then hashed
|
|
with a slow hash function. This library uses PBKDF1-SHA256, and
|
|
handles all the details.
|