zxcvbn-ruby
Password strength analyzer
A password strength testing library inspired by Dropbox's JavaScript implementation
Ruby port of Dropbox's zxcvbn javascript lib
315 stars
98 watching
47 forks
Language: Ruby
last commit: 9 months ago Related projects:
Repository | Description | Stars |
---|---|---|
trustelem/zxcvbn | A Go implementation of a realistic password strength estimator inspired by password crackers. | 68 |
shssoichiro/zxcvbn-rs | A password strength estimator based on the Dropbox zxcvbn library | 209 |
dropbox/zxcvbn-ios | A password strength estimator for iOS | 223 |
longrunningprocess/zxcvbn-api | Provides a web API to verify password strength on both client and server with consistent results | 20 |
bjeavons/zxcvbn-php | A PHP library that estimates the strength of passwords based on pattern matching and minimum entropy calculation. | 831 |
cryptosense/ocaml-zxcvbn | Provides a set of OCaml bindings to estimate the strength of passwords based on their composition and other characteristics | 15 |
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 |
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 |
d4vinci/elpscrk | A password generator tool based on user profiling and statistics | 788 |
digininja/pipal | Analyzes and generates statistics from password dumps. | 631 |
elliottcable/rbenv.plugin.zsh | Automates loading of rbenv and its completions into the shell for Ruby users. | 4 |
neovim/neovim-ruby | Provides Ruby support and compatibility layer for Neovim editor | 345 |
bcrypt-ruby/bcrypt-ruby | A Ruby binding for the OpenBSD bcrypt() password hashing algorithm | 1,928 |
cupslab/neural_network_cracking | Software that uses neural networks to crack passwords | 228 |