Generate secure, random passwords with custom options
Customize your password requirements
curl -q -LSsf http://api.casjay.coffee/api/v1/tools/passwd/16
curl -q -LSsf http://api.casjay.coffee/api/v1/tools/passwd/batch/5/16
curl -q -LSsf -X POST http://api.casjay.coffee/api/v1/tools/passwd/check \
-H "Content-Type: application/json" \
-d '{"password": "MyP@ssw0rd123!"}'