首页 工具
🔐

密码生成器

生成安全的随机密码,支持自定义长度和字符类型

Password Generator — Create Secure Random Passwords

Strong passwords are your first line of defense against unauthorized access. This free online password generator creates cryptographically secure random passwords using the Web Crypto API. Customize password length, character types (uppercase, lowercase, numbers, symbols), and generate multiple passwords at once. A visual strength meter shows how secure your generated password is. All generation happens locally in your browser — no passwords are ever transmitted or stored.

Key Features

How to Use

Set your desired password length and select which character types to include, then click "Generate". Adjust settings until the strength meter shows your desired security level, then copy the password with one click.

Frequently Asked Questions

How does the password generator work?

It uses the browser's crypto.getRandomValues() API to generate cryptographically secure random passwords. You can customize length, character types (uppercase, lowercase, digits, symbols), and exclude ambiguous characters.

Are the generated passwords secure?

Yes. The tool uses the Web Crypto API for true randomness, not Math.random(). Generated passwords are never stored or transmitted.

Can I generate multiple passwords at once?

Yes, you can generate bulk passwords with a single click and copy them all at once.