Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PBKDF2_RAND_LETTERS []byte PBKDF2_SEPARATOR = "$" PBKDF2_TAG = "PBKDF2" PBKDF2_ALGORITHM = "sha256" PBKDF2_ITERATIONS = 901 PBKDF2_KEY_LENGTH = 48 PBKDF2_SALT_LENGTH = 12 )
Functions ¶
func MustParsePassword ¶
func MustParsePbkdf2 ¶ added in v1.0.0
func ValidatePassword ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.