nbvcxz

Password estimator library

A Java library that estimates password strength based on various algorithms and dictionary matching, providing internationalization support and customizable options.

Password strength estimator

GitHub

293 stars
8 watching
56 forks
Language: Java
last commit: about 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
nulab/zxcvbn4jAn open-source Java port of a password strength estimator that assesses the security of passwords based on pattern matching and estimation324
trustelem/zxcvbnA Go implementation of a realistic password strength estimator inspired by password crackers.68
bjeavons/zxcvbn-phpA PHP library that estimates the strength of passwords based on pattern matching and minimum entropy calculation.833
shssoichiro/zxcvbn-rsA password strength estimator based on the Dropbox zxcvbn library210
cryptosense/ocaml-zxcvbnProvides a set of OCaml bindings to estimate the strength of passwords based on their composition and other characteristics15
wagslane/go-password-validatorA lightweight password strength meter using raw entropy values to evaluate the security of a password507
dropbox/zxcvbn-iosA password strength estimator for iOS223
envato/zxcvbn-rubyA password strength testing library inspired by Dropbox's JavaScript implementation316
xpepper/passwordstrengthcheckerA tool to evaluate password strength based on length, character types, and special characters.6
tsyrogit/zxcvbn-cAn implementation of a password strength estimator based on the character frequency in a given language or dictionary.82
dwin/gosecretboxpasswordA utility library for securely hashing and encrypting passwords based on the Dropbox method.59
longrunningprocess/zxcvbn-apiProvides a web API to verify password strength on both client and server with consistent results20
cyb3rko/pazzwordAn intelligent password evaluator tool that analyzes entered passwords using algorithms to provide feedback on strength and suggest improvements.71
ghostbar/angular-zxcvbnProvides an Angular.js directive to calculate password strength based on the zxcvbn library and user input from other form fields.56
hlandau/passlibA password validation library in Go inspired by Python's passlib.288