密码生成器

生成加密安全的随机密码。自定义长度和字符类型。使用Web Crypto API,所有处理均在浏览器中本地完成。

20

About Password Security

  • Passwords are generated using the Web Crypto API (crypto.getRandomValues), which is cryptographically secure.
  • Nothing is sent to any server - generation happens entirely in your browser.
  • Use at least 16 characters with a mix of all character types for best security.