Documentation
¶
Index ¶
Constants ¶
View Source
const MaxCost = bcrypt.MaxCost
View Source
const MinCost = bcrypt.MinCost
View Source
const RecommendedCost = 12
RecommendedCost must be >= 12 See IETF article https://www.ietf.org/archive/id/draft-ietf-kitten-password-storage-07.html#name-bcrypt
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrUnsupportedDBValue ¶
type ErrUnsupportedDBValue struct {
Value any
}
func (ErrUnsupportedDBValue) Error ¶
func (err ErrUnsupportedDBValue) Error() string
Click to show internal directories.
Click to hide internal directories.