Documentation ¶
Overview ¶
Package passhash provides password hashing functionality using bcrypt.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Passhash ¶
type Passhash struct{}
Passhash is a password hashing tool.
func (*Passhash) MatchBytes ¶
MatchBytes returns true if the hash matches the password.
Click to show internal directories.
Click to hide internal directories.