password-strength-rs
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

password-strength-rs

A password strength calculator written in Rust and compiled to WASM.

Installation

npm install password-strength-rs

Usage

import { Calculator } from 'password-strength-rs';

const calc = Calculator.new("password123");

const entropy = calc.get_entropy();
const strength = calc.get_strength();

Readme

Keywords

none

Package Sidebar

Install

npm i password-strength-rs

Weekly Downloads

1

Version

0.1.0

License

MIT/Apache-2.0

Unpacked Size

36.6 kB

Total Files

8

Last publish

Collaborators

  • doddydigitaldesign