Versions in this module Expand all Collapse all v1 v1.1.0 Jul 22, 2026 Changes in this version type EstimatedTimes + ThrottledPasswordEntryScore int + UnthrottledPasswordEntryScore int v1.0.0 Jul 15, 2026 Changes in this version + type Config struct + CustomDictionaries map[string][]string + type EstimatedTimes struct + CrackTimesDisplay map[string]string + CrackTimesSeconds map[string]float64 + Score int + type Estimator struct + func NewEstimator(config Config) *Estimator + func (e *Estimator) PasswordStrength(password string, userInputs []string) Result + type Result struct + CalcTime float64 + Feedback feedback.Feedback + Guesses float64 + GuessesLog10 float64 + Sequence []*match.Match + func PasswordStrength(password string, userInputs []string) Result