Password Generator
Generates cryptographically random passwords using the Web Crypto API. Configurable length and character sets. Shows entropy-based strength rating. One-click copy. Great for embedding on security blogs, IT guides, or login help pages.
Live preview
Embed code
<div data-widget="password-generator"></div>
<script async src="http://localhost:4321/embed.js"></script> Options
| Attribute | Default | Description |
|---|---|---|
data-length | 16 | Default password length |
data-symbols | true | Include symbols (!@#…) — set to "false" to disable |