go-password-validator
Password Strength Meter
A lightweight password strength meter using raw entropy values to evaluate the security of a password
Validate the Strength of a Password in Go
501 stars
11 watching
40 forks
Language: Go
last commit: about 2 years ago
Linked from 2 awesome lists
characterentropygolanggolang-packagesecurityspecial-charactersstrengthxkcd
Related projects:
Repository | Description | Stars |
---|---|---|
hlandau/passlib | A password validation library in Go inspired by Python's passlib. | 289 |
trustelem/zxcvbn | A Go implementation of a realistic password strength estimator inspired by password crackers. | 68 |
angular-material-extensions/password-strength | A library that provides a material design-inspired UI component to assess and validate password strength | 284 |
gosimplellc/nbvcxz | A Java library that estimates password strength based on various algorithms and dictionary matching, providing internationalization support and customizable options. | 293 |
dwin/gosecretboxpassword | A utility library for securely hashing and encrypting passwords based on the Dropbox method. | 59 |
elithrar/simple-scrypt | Provides a convenient interface to generate, compare and inspect password hashes using the scrypt KDF in Go | 198 |
miladd3/vue-simple-password-meter | A lightweight Vue.js component that checks the strength of a password | 96 |
apertureless/vue-password-strength-meter | A Vue.js component that provides an interactive password strength meter with feedback and score display | 566 |
m1/go-generate-password | A password generation tool with options for custom character sets and accessibility features. | 55 |
nulab/zxcvbn4j | An open-source Java port of a password strength estimator that assesses the security of passwords based on pattern matching and estimation | 321 |
go-the-way/validator | A lightweight model validator written in Go. | 7 |
d4vinci/elpscrk | A password generator tool based on user profiling and statistics | 788 |
tg123/go-htpasswd | A Go library to validate user credentials against an HTTPasswd file. | 39 |
xpepper/passwordstrengthchecker | A tool to evaluate password strength based on length, character types, and special characters. | 6 |
cryptosense/ocaml-zxcvbn | Provides a set of OCaml bindings to estimate the strength of passwords based on their composition and other characteristics | 15 |