HomeToolboxRandom Password Generator

Random Password Generator

Generate strong random passwords locally with crypto.getRandomValues. Custom length and charset.

Generate strong random passwords with crypto.getRandomValues. Customize length, charset, batch count, and export.

How to use

  1. 1Set length, count, and character options.
  2. 2Click Generate to see random passwords.
  3. 3Copy individually or all, or export as TXT.
正在载入密码生成器...

FAQ

How is password strength ensured?
crypto.getRandomValues feeds character selection—not Math.random— for cryptographically strong unpredictability.
Can I exclude ambiguous characters?
Customize the charset to drop lookalikes like 0/O and l/1, or toggle upper, lower, digits, and symbols.
What length is recommended?
Use at least 16 mixed characters for online accounts; longer for high-value secrets. Generate multiple entries for your password manager.