Generators

Generate strong passwords of any length, UUID identifiers and lorem ipsum filler text. Randomness comes from the browser's cryptographic generator, and nothing leaves your machine.

Generate strong passwords of any length, UUID identifiers and lorem ipsum filler text. Randomness comes from the browser's cryptographic generator, and nothing leaves your machine.

How to use

  1. Choose what to generate: password, UUID or lorem ipsum
  2. Set the parameters — length, character sets, amount
  3. Click Generate and copy the result

Frequently asked questions

How secure are the generated passwords?

They use the browser's cryptographically secure RNG (crypto.getRandomValues) — the same quality of randomness password managers use.

Are passwords stored or sent anywhere?

No. Generation happens locally in your browser; nothing is transmitted or logged.

What password length should I pick?

16+ characters with mixed sets is a solid default; for important accounts use 20+ and a password manager.

Which UUID version is generated?

Version 4 — random UUIDs, the kind most commonly used as unique identifiers in databases and APIs.