Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base64Encryptor ¶
type Base64Encryptor struct { }
func NewBase64Encryptor ¶
func NewBase64Encryptor() *Base64Encryptor
type BcryptHasher ¶
type BcryptHasher struct {
// contains filtered or unexported fields
}
func NewBcryptHasher ¶
func NewBcryptHasher(cost int) *BcryptHasher
func (*BcryptHasher) Check ¶
func (h *BcryptHasher) Check(password, hash string) bool
Click to show internal directories.
Click to hide internal directories.