All Projects → trustelem → zxcvbn

trustelem / zxcvbn

Licence: MIT license
Go implementation of Dropbox's zxcvbn realistic password strength estimator

Programming Languages

go
31211 projects - #10 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to zxcvbn

prompt-password-strength
Custom mask function for prompt-password that adds a 'strength progress meter' that changes color as the password strength increases. Uses zxcvbn, the popular password strength estimation tool brought to you by dropbox.
Stars: ✭ 18 (-68.42%)
Mutual labels:  password, zxcvbn
DevBrute-A Password Brute Forcer
DevBrute is a Password Brute Forcer, It can Brute Force almost all Social Media Accounts or Any Web Application.
Stars: ✭ 91 (+59.65%)
Mutual labels:  password
PwnedPasswordsChecker
Search (offline) if your password (NTLM or SHA1 format) has been leaked (HIBP passwords list v8)
Stars: ✭ 52 (-8.77%)
Mutual labels:  password
buttercup-importer
🎣 3rd-party archive importer for Buttercup
Stars: ✭ 39 (-31.58%)
Mutual labels:  password
javascript-strong-password-generator
JavaScript Strong Password Generator: based on Jeff Atwood's Post "Password Rules Are Bullshit".
Stars: ✭ 21 (-63.16%)
Mutual labels:  password
bookshelf-secure-password
A Bookshelf.js plugin for handling secure passwords
Stars: ✭ 24 (-57.89%)
Mutual labels:  password
crypto
Aplus Framework Crypto Library
Stars: ✭ 20 (-64.91%)
Mutual labels:  password
input-password-bullet
How to replace the input password bullet in most browsers
Stars: ✭ 75 (+31.58%)
Mutual labels:  password
Ob3vil1on
Another archive cracker created in python | cracking [zip/7z/rar] by bruteforcing [ NOT MAINTAINED ]
Stars: ✭ 17 (-70.18%)
Mutual labels:  password
bcrypt
BCrypt is a password hashing function
Stars: ✭ 138 (+142.11%)
Mutual labels:  password
pagecrypt
Password Protected Single Page Applications and HTML files
Stars: ✭ 124 (+117.54%)
Mutual labels:  password
WPA2-FritzBox-Pswd-Wordlist-Generator
This Script will produce all of the WPA2 Passwords used by various Router companies aswell as Fritzbox. All of these Passwords will be 16 Numbers in length. So it could get a bit large.
Stars: ✭ 22 (-61.4%)
Mutual labels:  password
BruteForce
A simple brute forcer written in GO for SHA1, SHA256, SHA512, MD5 and bcrypt
Stars: ✭ 49 (-14.04%)
Mutual labels:  password
archiver-zip-encrypted
Plugin for archiver to create ZIP archives with password using either AES or legacy Zip 2.0 encryption
Stars: ✭ 50 (-12.28%)
Mutual labels:  password
vault
Vault - cross-platform GPG KV store for teams made easy
Stars: ✭ 35 (-38.6%)
Mutual labels:  password
weakpass generator
generates weak passwords based on current date
Stars: ✭ 36 (-36.84%)
Mutual labels:  password
obliviate
A password manager that forgets your passwords
Stars: ✭ 22 (-61.4%)
Mutual labels:  password
CryptoKnight
CryptoKnight is a general purpose cryptography desktop app
Stars: ✭ 18 (-68.42%)
Mutual labels:  password
force-strong-passwords
WordPress plugin to force users with executive capabilities to use something strong when updating their passwords.
Stars: ✭ 41 (-28.07%)
Mutual labels:  zxcvbn
WindowTextExtractor
WindowTextExtractor allows you to get a text from any window of an operating system including asterisk passwords
Stars: ✭ 128 (+124.56%)
Mutual labels:  password

GoDoc Build Status Coverage Status

This is a go port of zxcvbn, a password strength estimator inspired by password crackers. Through pattern matching and conservative estimation, it recognizes and weighs 30k common passwords, common names and surnames according to US census data, popular English words from Wikipedia and US television and movies, and other common patterns like dates, repeats (aaa), sequences (abcd), keyboard patterns (qwertyuiop), and l33t speak.

This port aims to be fully compatible (i.e. give the same results for a given password using the same set of dictionnaries) with the upstream coffeescript libray from Dropbox: all unit tests from the upstream library have been ported (and even more tests have been added) to ensure that this holds.


Current status:

  • this library should be 100% compatible (score, sequence and number of guesses) with release 4.4.2 of the coffeescript library.
  • feedback messages are missing
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].