💪

Password Strength Analyzer

Analyze password strength — score, entropy, and character composition.

crypto API: POST /api/tools/password-strength

Input

🔌 API Usage

POST /api/tools/password-strength
Content-Type: application/json

// Example body:
{
  "password": ""
}