Registry / auth / ccojocar-zxcvbn-go

ccojocar-zxcvbn-go

JSON →
library1.0.4gogounverified

Password strength estimation library based on the zxcvbn algorithm.

go get github.com/ccojocar/zxcvbn-go
INSTALL
IMPORT
SIG · CCOJOCAR-ZXCVBN-GO
C
ccojocar-zxcvbn-go
authgov1.0.4
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/ccojocar/zxcvbn-go

Evaluates password strength and returns a score.

package main import ( "fmt" "github.com/ccojocar/zxcvbn-go" ) func main() { result := zxcvbn.PasswordStrength("Tr0ub4dor&3", nil) fmt.Printf("Score: %d\n", result.Score) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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