iToolsPro

密码生成器

按长度与字符类型批量生成随机强密码,支持排除易混淆字符,加密级随机,本地生成

生成设置
密码长度
16
字符类型
生成数量(1-100)
生成的密码
0 个已生成
提示:密码仅在本地生成,不会上传或保存到任何服务器。
A-Z · a-z · 0-9 · Symbols

强密码,批量一键生成

自定义长度与字符类型,排除易混淆字符,批量生成强随机密码,并显示强度评级。

100% 本地生成 · 零上传

核心特性

长度类型自由
长度 4-128,勾选大写、小写、数字与特殊符号,组合随心。
批量生成
一次生成 1-100 个,每个附带强度评级与熵值,点击即复制。
加密级随机
使用浏览器 crypto 加密随机源,排除易混淆字符,本地生成不上传。

适用场景

👤 账号密码 📶 WiFi 密码 🔑 API 密钥 🧪 测试数据

密码生成器使用指南Password Generator Guide

了解密码生成器的参数、强度评估与常见问题。The password generator's options, strength scoring, and answers to common questions.

功能说明What It Does

密码生成器按设定长度与字符类型批量生成随机密码,支持排除易混淆字符(如 0 与 O、1 与 l/I),并为每个密码标注强度评级与熵值。

This generator creates random passwords of your chosen length and character types, optionally excluding ambiguous characters (like 0 vs O, 1 vs l/I), and labels each with a strength rating and entropy.

全部使用浏览器内置加密随机源,本地生成,不会上传或存储任何密码。

All randomness comes from the browser's crypto API - generated locally, never uploaded or stored.

强度与熵Strength & Entropy

密码强度综合长度与字符集大小评估,熵值(位)反映破解难度:低于 60 位为弱,60-80 位为中等,80 位以上为强。

Strength considers length and character-set size; entropy in bits reflects difficulty to crack: below 60 is weak, 60-80 fair, above 80 strong.

推荐长度至少 12 位并混合四种字符类型。

We recommend at least 12 characters mixing all four types.

使用步骤How to Use

  1. 设置密码长度与字符类型。Set the length and character types.
  2. 按需开启「排除易混淆字符」。Optionally enable "Exclude ambiguous characters".
  3. 点击「重新生成」并复制所需密码。Click "Generate" and copy the passwords you need.

常见问题FAQ

Q1. 生成的密码会被保存吗?Q1. Are generated passwords stored?

不会,密码在浏览器本地生成,关闭页面即消失。No - passwords are generated locally and gone when the page closes.

Q2. 排除易混淆字符有什么用?Q2. Why exclude ambiguous characters?

去除 0/O、1/l/I、5/S 等形似字符,便于手写或口头传达时减少误读。Removes look-alikes like 0/O, 1/l/I and 5/S to reduce misreading when handwritten or read aloud.

Q3. 随机性够安全吗?Q3. Is the randomness secure?

使用 Web Crypto 的加密级随机源,足以抵御暴力破解。Uses Web Crypto's cryptographically secure randomness - safe against brute force.