Password Rating API

Simple and secure Web API to check the quality of a proposed password.

Try it out below or call the service from your own app.

How it Works

Make a GET request to /api/v1/passwords/{password} to receive a rating and details about your password's strength.

  • curl https://password-rating.herokuapp.com/api/v1/passwords/{{ passwordText }}
  • {{ rating }}

Rate Limit

Use the service all you want. Just behave yourself. No abuse. :-)

Inspiration