— privacy & security —
LivePassword generator
A strong password, entirely in your browser.
runs entirely in your browser
Frequently asked questions
Is my password stored anywhere?
No. The password is generated in your browser with crypto.getRandomValues() and only lives in this tab. Close the tab and it's gone.
Is it safe to copy this password from this page?
Yes, copying happens locally in your clipboard. However, if you have a clipboard manager that keeps clipboard history, the password may end up there. Not a unique risk of this tool, it applies to any password you copy anywhere.
What if I want to see the same password again?
Not possible, there's no history. Click Regenerate and the previous password is gone. Deliberate design: nothing to leak.
Does this work offline?
Yes. Once you've loaded the page, the tool works without a network. Random generation runs via a built-in browser API, no server call needed.
— related tools —
Related tools
Safe ID copy
Watermark + black bars over a passport or ID photo. For a landlord, bank or employer — no DigiD, no upload.
Remove metadata
Strip hidden info from a PDF or photo: author, location, software, dates. What you actually see in the document stays.
Link cleaner
Rip the UTM and tracking parameters out of a URL.
Hash checker
Compute SHA-1/256/512 of text or a file and match it against the expected hash.
Generation uses crypto.getRandomValues() in your browser. Nothing goes over the network.