Skip to content

mvila/popular-passwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

popular-passwords npm version

List of popular passwords with at least 8 characters.

Data source: zxcvbn.

Installation

npm install --save popular-passwords

Usage

var passwords = require('popular-passwords');

console.log(passwords.indexOf('passw0rd') !== -1); // => true

License

MIT

About

List of popular passwords with at least 8 characters

Resources

Stars

Watchers

Forks

Packages

No packages published