Rabbit-Company / PasswordEntropy-JS

Password entropy implementation in JavaScript (ES6).

Home Page:https://passwordentropy.rabbit-company.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Password entropy implementation in JavaScript (ES6).

https://passwordentropy.rabbit-company.com

License:MIT License


Languages

Language:TypeScript 73.0%Language:JavaScript 18.5%Language:HTML 8.5%