2.0.1 • Published 3 months ago

@rabbit-company/password-entropy v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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

3 months ago

2.0.0

3 months ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago