密碼產生器
產生加密安全的隨機密碼。自訂長度和字元類型。使用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.