How to use
Pick a generator mode, set options, and click Generate.
- Select a mode (UUID, Password, Slug, Lorem, Numbers, Base64).
- Adjust options (count/length/range) and optionally provide input text.
- Click Generate, then use Copy to paste the result.
FAQ
Does this online generator upload my data?
No. The tool runs in your browser and doesn’t send input or output to a server.
Is the password generator cryptographically secure?
It uses crypto.getRandomValues when available; otherwise it falls back to Math.random, which is not cryptographically secure.
What UUID version is generated?
UUID v4 (random) with the correct version and variant bits.
Why did my slug come out empty?
If the input contains no letters or numbers after cleanup, the slug can be empty—try adding more descriptive text.
Can I generate outputs in bulk?
Yes—use Count to generate multiple UUIDs, passwords, or numbers (each on a new line).
How do I decode Base64 that includes Unicode text?
This tool uses a UTF‑8 safe Base64 encode/decode approach, so non‑ASCII characters are supported.
What’s the difference between this and the dedicated Slug Tool?
This page is a quick multi-generator; for more slug-specific controls, use the dedicated Slug Tool.