Registry / auth / nbutton23-zxcvbn-go

nbutton23-zxcvbn-go

JSON →
library0.0.0-20210217022336-fa2cb2858354gogounverified

A password strength estimator inspired by the zxcvbn library.

go get github.com/nbutton23/zxcvbn-go
INSTALL
IMPORT
SIG · NBUTTON23-ZXCVBN-G
N
nbutton23-zxcvbn-go
authgov0.0.0-20210217022336-fa2cb2858354
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.

zxcvbn
github.com/nbutton23/zxcvbn-go

Evaluate password strength and get a score.

package main import ( "fmt" "github.com/nbutton23/zxcvbn-go" ) func main() { result := zxcvbn.PasswordStrength("password123", nil) fmt.Println(result.Score) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20210217022336-fa2cb2858354latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
Resources
nbutton23-zxcvbn-go — go get nbutton23-zxcvbn-go · libregistry