— privacy & security —
LivePassword generator
Make a strong password, all 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 landlords, banks, employers.
Remove metadata
Remove hidden info from a PDF or photo, author, location, software, dates. Text you actually see in the document stays.
Link cleaner
Remove UTM and tracking parameters from a URL.
Hash checker
Calculate SHA-1/256/512 of text or file and compare against an expected hash.
Generation uses crypto.getRandomValues() in your browser. Nothing goes over the network.