Password Generator

Generate secure, random passwords with custom options

Generate Password

Customize your password requirements

Quick Generate

API Usage

Generate password:

curl -q -LSsf http://api.casjay.coffee/api/v1/tools/passwd/16

Generate multiple passwords:

curl -q -LSsf http://api.casjay.coffee/api/v1/tools/passwd/batch/5/16

Check password strength:

curl -q -LSsf -X POST http://api.casjay.coffee/api/v1/tools/passwd/check \
  -H "Content-Type: application/json" \
  -d '{"password": "MyP@ssw0rd123!"}'