Skip to content

Rabbit-Company/PasswordEntropy-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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