@rabbit-company/password-entropy
v2.1.0
Published
Password entropy calculator
Downloads
57
Maintainers
Readme
PasswordEntropy-JS
Password entropy implementation in JavaScript (ES6).
This library will calculate the entropy of provided passwords.
Usage
1. Download library
npm i --save @rabbit-company/password-entropy
2. Import library
import PasswordEntropy from "@rabbit-company/password-entropy";
3. Calculate Entropy
PasswordEntropy.calculate(password);