Loading...
Reference

Password Strength Auditor

Overview

Heavstal Security Engine analyzes passwords using entropy calculations and dictionary matching (zxcvbn). It provides a score (0-4), estimated cracking time, and actionable feedback to improve security.

Endpoint

POST /password-strength

Request Parameters

FieldTypeRequiredDescription
passwordstringRequiredThe password string to analyze.

Example Usage

javascript

Successful Response

json