@vks-dev/common-password
v1.0.0
Published
Checks if given password is popular (no buffer dependency)
Readme
@vks-dev/common-password
Checks if a given password is in the top 10,000 most common passwords.
Fork of common-password with the buffer-crc32 dependency removed for browser compatibility.
Usage
var commonPassword = require('@vks-dev/common-password');
commonPassword('password'); // true
commonPassword('xY9$k2!mZ'); // false