Generate strong, random passwords. Click the password to copy it.
# Default strong password
curl "https://ai.doxx.lat/api/password"
# Custom length and options
curl "https://ai.doxx.lat/api/password?length=32&symbols=true"
# Check password strength
curl -X POST "https://ai.doxx.lat/api/password/strength" \
-H "Content-Type: application/json" \
-d '{"password":"MyP@ss123!"}'
No API key. CORS enabled. Unlimited requests.
Use passwords of at least 16 characters with a mix of uppercase, lowercase, numbers, and symbols. Never reuse passwords across sites. Use a password manager to store them. Enable two-factor authentication wherever possible. Generated passwords are created entirely in your browser and never transmitted.