Versions in this module Expand all Collapse all v1 v1.9.8 Jun 28, 2023 Changes in this version + const Fair + const OK + const Strong + const VeryStrong + const VeryWeak + const Weak + func IsValid(password string, minimumStrength Strength) error + func SufficientlyStrong(password string, minimumStrength Strength) bool + type Hash struct + Password [32]byte + Salt [16]byte + func (h *Hash) Check(password string) bool + func (h *Hash) Set(password string) error + type Strength int v1.9.8-rc.9 Jun 28, 2023