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.
They use the browser's cryptographically secure RNG (crypto.getRandomValues) — the same quality of randomness password managers use.
No. Generation happens locally in your browser; nothing is transmitted or logged.
16+ characters with mixed sets is a solid default; for important accounts use 20+ and a password manager.
Version 4 — random UUIDs, the kind most commonly used as unique identifiers in databases and APIs.