password-meter

Password strength calculator written in TypeScript.

Scoring rule is based on The Password Meter.

Password strength value is from 0 to 100.

Usage

import getPasswordStrength from "https://deno.land/x/password_meter/mod.ts";

const strength = getPasswordStrength('Password');
console.log(`'Password' strength is ${strength}`);

// 'Password' strength is 26