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
| Field | Type | Required | Description |
|---|---|---|---|
| password | string | Required | The password string to analyze. |
Example Usage
javascript
Successful Response
json