パスワード生成
長さと文字種を設定して安全なランダムパスワードを生成。
<CM)5c&]_,drsJ]@強度Strong
How to Use
- 1
Set the desired password length using the slider.
- 2
Toggle the character types you want: uppercase, lowercase, numbers, and/or symbols.
- 3
Click Generate to create a new password, then copy it to your clipboard.
Features
Cryptographically Secure
Passwords are generated using the Web Crypto API's getRandomValues for true randomness.
Configurable Character Sets
Include or exclude uppercase letters, lowercase letters, numbers, and special symbols.
Adjustable Length
Choose password length from 8 to 128 characters to meet any security requirement.
Strength Indicator
A visual strength meter shows how strong your generated password is.
FAQ
パスワードの生成方法は?
Web Crypto API(crypto.getRandomValues)で暗号学的に安全に生成。
強いパスワードとは?
大小文字・数字・記号を混合し、16文字以上が推奨です。