
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
zxcvbn-cli-json
Advanced tools
_________________________________________________/\/\_______________________/\/\/\/\___/\/\______/\/\/\/\__
_/\/\/\/\/\__/\/\__/\/\____/\/\/\/\__/\/\__/\/\__/\/\________/\/\/\/\_____/\/\_________/\/\________/\/\____
_____/\/\______/\/\/\____/\/\________/\/\__/\/\__/\/\/\/\____/\/\__/\/\___/\/\_________/\/\________/\/\____
___/\/\________/\/\/\____/\/\__________/\/\/\____/\/\__/\/\__/\/\__/\/\___/\/\_________/\/\/\/\____/\/\____
_/\/\/\/\/\__/\/\__/\/\____/\/\/\/\______/\______/\/\/\/\____/\/\__/\/\_____/\/\/\/\___/\/\/\/\__/\/\/\/\__
___________________________________________________________________________________________________________
A CLI for zxcvbn (Dropbox's realistic password strength estimator).
zxcvbn is a password strength estimator inspired by password crackers. Through pattern matching and conservative entropy calculations, 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.
Visit the official repository for more details.
NOTE: This version of zxcvbn-cli is a fork. This contains some additional code that you may or may not want. Use at your own risk.
$ [sudo] npm install -g zxcvbn-cli-json
Typing zxcvbn --help will list all the available options.
$ zxcvbn --help
Usage: zxcvbn [options] <password> [userdata]
A realistic password strength estimator.
Options:
-V, --version output the version number
-j, --json json-encode zxcvbn results and output directly
-l, --limit-results display the password score, a warning (if any), and suggestions (if any)
-S, --sequence display match sequence along with the results
-s, --crack-times-sec display crack time estimations in seconds
--no-color disable color support
-h, --help output usage information
...
MIT © Gabriel Montalvo
FAQs
A CLI for zxcvbn (Dropbox's realistic password strength estimator).
We found that zxcvbn-cli-json demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.