zxcvbn-rs
Password strength estimator
A password strength estimator based on the Dropbox zxcvbn library
Port of Dropbox's zxcvbn password strength library for Rust
209 stars
3 watching
63 forks
Language: Rust
last commit: 4 months ago password-strengthrustsecurity
Related projects:
Repository | Description | Stars |
---|---|---|
bjeavons/zxcvbn-php | A PHP library that estimates the strength of passwords based on pattern matching and minimum entropy calculation. | 831 |
dropbox/zxcvbn-ios | A password strength estimator for iOS | 223 |
trustelem/zxcvbn | A Go implementation of a realistic password strength estimator inspired by password crackers. | 68 |
cryptosense/ocaml-zxcvbn | Provides a set of OCaml bindings to estimate the strength of passwords based on their composition and other characteristics | 15 |
envato/zxcvbn-ruby | A password strength testing library inspired by Dropbox's JavaScript implementation | 315 |
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 |
gosimplellc/nbvcxz | A Java library that estimates password strength based on various algorithms and dictionary matching, providing internationalization support and customizable options. | 293 |
longrunningprocess/zxcvbn-api | Provides a web API to verify password strength on both client and server with consistent results | 20 |
ghostbar/angular-zxcvbn | Provides an Angular.js directive to calculate password strength based on the zxcvbn library and user input from other form fields. | 56 |
tsyrogit/zxcvbn-c | An implementation of a password strength estimator based on the character frequency in a given language or dictionary. | 82 |
d4vinci/elpscrk | A password generator tool based on user profiling and statistics | 788 |
xpepper/passwordstrengthchecker | A tool to evaluate password strength based on length, character types, and special characters. | 6 |
rustcrypto/password-hashes | A collection of password hashing algorithms implemented in Rust. | 673 |
cortex/ripasso | A password manager implementation written in Rust, aiming to provide secure and accessible password storage. | 728 |
kombustor/antd-password-input-strength | A React component that displays a password strength indicator alongside an input field | 87 |