Documentation
¶
Overview ¶
Package passwordmethods includes all implemented methods for checking passwords. For compatibilities sake, it implements the empty method "" as plain so older configurations work as before.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MethodBcrypt64 ¶
MethodBcryptPlain compares a password to a base64-encoded bcrypt hash.
func MethodBcryptPlain ¶
MethodBcryptPlain compares a password to a bcrypt hash in plain format.
func MethodPlain ¶
MethodPlain compares a password to the plain text truth. It tries to hide details of the original password like length
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.