Skip to content

Rabbit-Company/PasswordEntropy-JS

Repository files navigation

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);