/gen local tool
Password Generator
Generate five local credentials with explicit policy and threat-boundary evidence.
Local execution receiptinput path disclosedTool content stays out of MonoTools URLs and API requests.
- Working input
- Browser memory
- Cross-tool handoff
- Session only · 10 min
- URL payload
- Never
- Export
- Explicit action
Verify it: open DevTools Network, clear the log, use the tool, then inspect fetch/XHR requests. Page assets and optional aggregate analytics may use the network; tool input is not included.
Full privacy modelLoading tool...
01
How to use
- 01Choose a balanced, maximum or human-entry policy.
- 02Tune character sets, passphrase words or PIN length for the target system.
- 03Review search-space and threat-boundary evidence, then regenerate five candidates locally.
02
FAQ
- How is randomness sourced?
- Via window.crypto.getRandomValues, the browser's CSPRNG. Each character is drawn uniformly from the chosen pool.
- What entropy is enough?
- 60 bits is fine for everyday accounts; 80+ bits is recommended for high-value secrets such as encryption keys or admin passwords.
03