Skip to content

Verify if a password is in the Twitter's List Of Banned Passwords.

License

Notifications You must be signed in to change notification settings

ASKJR/banned-passwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banned-passwords

Verify if a password is in the Twitter's List Of Banned Passwords.

Install

$ npm install banned-passwords --save

Usage

const banned = require('banned-passwords');

banned.all();
//=> ['123456', ...]

banned.contains('123456');
//=> 'true'

banned.contains('2e8a6*2p7~Lu;_LWs&Ef');
//=> 'false'

License

MIT © [Alberto Kato]

About

Verify if a password is in the Twitter's List Of Banned Passwords.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published