Examples
Basic
16-character password from a 70-char alphabet. Click the rotate icon to regenerate, copy icon to clipboard.
Documentation
Password generator pattern
Composition only — no runtime template. The pattern is text-input-group + two utility buttons (regenerate, copy) with Alpine-driven generation logic.
Usage
Server-side for sensitive secrets. For password-reset flows, generate server-side (Java's
SecureRandom) and return only the hash. Client-side generation is fine for user-facing
password suggestions.