Documentation ¶
Overview ¶
Package password provides functions to Hash and Verify PBKDF2/SHA256 passwords. The hashes are in '$pbkdf2-sha256$<N iter>$<salt>$<key>' format.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Iterations = 25000
Iterations is the number of iterations used when hashing a password
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.