Registry / utility / muesli-crunchy

muesli-crunchy

JSON →
library0.4.0gogounverified

A Go library for finding common flaws in passwords using the crunchy algorithm.

go get github.com/muesli/crunchy
INSTALL
IMPORT
SIG · MUESLI-CRUNCHY
M
muesli-crunchy
utilitygov0.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

crunchy
github.com/muesli/crunchy

Validates a password using crunchy's default validator.

package main import ( "fmt" "github.com/muesli/crunchy" ) func main() { validator := crunchy.NewValidator() err := validator.Check("password123") fmt.Println(err) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
muesli-crunchy — go get muesli-crunchy · libregistry