Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BcryptHashing ¶
type BcryptHashing struct{}
func (BcryptHashing) CheckPasswordHash ¶
func (BcryptHashing) CheckPasswordHash(password, hash string) bool
func (BcryptHashing) HashPassword ¶
func (BcryptHashing) HashPassword(password string) (string, error)
Click to show internal directories.
Click to hide internal directories.