Password Generator

Cryptographically secure passwords generated server-side. Nothing stored, nothing tracked.

RANDOM PASSWORD

entropy bits strength

PASSPHRASE

entropy bits strength

API

GET /api/generate?length=20&uppercase=true&lowercase=true&digits=true&symbols=true
GET /api/passphrase?words=4&separator=-&capitalize=true

Free. No auth. Returns JSON with password + entropy + strength.