密码生成器

安全、随机且免费

您的密码在浏览器中本地生成,不会传输到服务器。
Klicke auf "Generieren"
密码强度:
提示:使用空格键快速生成新密码。

安全密码生成器——免费且本地生成

安全、随机且免费

随机密码 vs. 密码短语

我们的工具提供两种模式以满足不同需求:

  • 随机密码:包含大小写字母的复杂字符串 数字和特殊字符。非常适合在重要账户上实现最大安全性。 Complex strings with upper/lowercase letters, numbers and special characters. Ideal for maximum security on important accounts.随机密码: Complex strings with upper/lowercase letters, numbers and special characters. Ideal for maximum security on important accounts. Komplexe Zeichenketten mit Groß-/Kleinbuchstaben, Zahlen und Sonderzeichen. Ideal für maximale Sicherheit bei wichtigen Accounts.
  • 密码短语:容易记忆的单词组合,如 "咖啡-云-吉他-82"。 更容易记住,而且由于高熵值而十分安全。我们的单词表包含超过 800 个单词——建议至少使用 5-6 个单词。 Memorable word combinations like "Coffee-Cloud-Guitar-82". Easier to remember, yet secure thanks to high entropy. Our word list contains over 800 words – at least 5-6 words are recommended.密码短语: Memorable word combinations like "Coffee-Cloud-Guitar-82". Easier to remember, yet secure thanks to high entropy. Our word list contains over 800 words – at least 5-6 words are recommended. Einprägsame Wortkombinationen wie "Kaffee-Wolke-Gitarre-82". Leichter zu merken, aber dennoch sicher durch hohe Entropie. Unsere Wortliste umfasst über 800 deutsche Wörter – empfohlen werden mindestens 5-6 Wörter.

密码强度与安全性

内置的强度检查会实时分析您的密码并显示: analyzes your password in real time and shows:The built-in 强度检查 analyzes your password in real time and shows: analysiert dein Passwort in Echtzeit und zeigt:

  • 熵值(比特):衡量随机性,从而衡量安全性 Measure of the randomness and therefore security熵值(比特): Measure of the randomness and therefore security Maß für die Zufälligkeit und damit Sicherheit
  • 估计破解时间:计算机破解该密码所需的时间 How long a computer needs to crack the password估计破解时间: How long a computer needs to crack the password Wie lange ein Computer braucht, um das Passwort zu knacken
  • 强度评级:弱、一般、良好或非常强 Weak, adequate, good or very strong强度评级: Weak, adequate, good or very strong Schwach, Ausreichend, Gut oder Sehr stark

可自定义的选项

个性化定制您的密码:

  • 长度:6-64 个字符(建议:16-20 个字符) 6-64 characters (recommended: 16-20 characters)长度 6-64 characters (recommended: 16-20 characters) 6-64 Zeichen (empfohlen: 16-20 Zeichen)
  • 字符集:大小写字母、数字、特殊字符 Upper/lowercase letters, numbers, special characters字符集: Upper/lowercase letters, numbers, special characters Groß-/Kleinbuchstaben, Zahlen, Sonderzeichen
  • 排除相似字符: i, l, 1, O, 0 i, l, 1, O, 0排除相似字符: i, l, 1, O, 0 i, l, 1, O, 0
  • 无重复字符:以增加复杂度 For additional complexity无重复字符: For additional complexity Für zusätzliche Komplexität
  • 多个密码:一次生成 1、5、10 或 20 个 Generate 1, 5, 10 or 20 at once多个密码: Generate 1, 5, 10 or 20 at once 1, 5, 10 oder 20 auf einmal generieren
  • 密码短语模式:超过 800 个单词,用于易记且安全的组合 over 800 words for memorable, secure combinations密码短语模式: over 800 words for memorable, secure combinations über 800 deutsche Wörter für einprägsame, sichere Kombinationen
  • 隐藏密码:使用眼睛按钮在屏幕上隐藏密码 Use the eye button to hide passwords on the screen隐藏密码: Use the eye button to hide passwords on the screen Mit dem Augen-Button kannst du Passwörter auf dem Bildschirm ausblenden
  • 自动清空剪贴板:复制后,剪贴板会在 30 秒后被清空 After copying, the clipboard is emptied after 30 seconds自动清空剪贴板: After copying, the clipboard is emptied after 30 seconds Nach dem Kopieren wird die Zwischenablage nach 30 Sekunden geleert

为什么密码长度比特殊字符更重要?

密码的安全性主要取决于其长度。一个 16 字符的密码, 即使只包含字母,也比包含所有特殊字符的 8 字符密码更安全。长度会指数级地提高 熵值,而特殊字符只会线性地增加。对于重要账户,建议至少使用 16-20 个字符。 . A 16-character password with only letters is more secure than an 8-character password with all special characters. Length increases entropy exponentially, while special characters only contribute linearly. At least 16-20 个字符 are recommended for important accounts. The security of a password primarily depends on its lengthlength. A 16-character password with only letters is more secure than an 8-character password with all special characters. Length increases entropy exponentially, while special characters only contribute linearly. At least 16-20 个字符 are recommended for important accounts. . A 16-character password with only letters is more secure than an 8-character password with all special characters. Length increases entropy exponentially, while special characters only contribute linearly. At least 16-20 个字符 are recommended for important accounts. ab. Ein 16-Zeichen-Passwort mit nur Buchstaben ist sicherer als ein 8-Zeichen-Passwort mit allen Sonderzeichen. Die Länge erhöht die Entropie exponentiell, während Sonderzeichen nur linear beitragen. Empfohlen werden mindestens 16-20 个字符 für wichtige Accounts.

什么是 Web Crypto API?

Web Crypto API 是现代浏览器提供的加密级安全 随机数功能。与生成伪随机数字的 Math.random() 不同, Web Crypto API 使用操作系统提供的真实随机过程(例如 Linux 上的 /dev/urandom)。 这对于密码生成至关重要,因为可预测的随机数意味着安全风险。 is a modern browser feature for cryptographically secure random numbers. Unlike Math.random(), which generates pseudo-random numbers, the Web Crypto API uses real random processes from the operating system (e.g. /dev/urandom on Linux). This is essential for password generation, since predictable random numbers represent a security risk. The Web Crypto API is a modern browser feature for cryptographically secure random numbers. Unlike Math.random(), which generates pseudo-random numbers, the Web Crypto API uses real random processes from the operating system (e.g. /dev/urandom on Linux). This is essential for password generation, since predictable random numbers represent a security risk. is a modern browser feature for cryptographically secure random numbers. Unlike Math.random(), which generates pseudo-random numbers, the Web Crypto API uses real random processes from the operating system (e.g. /dev/urandom on Linux). This is essential for password generation, since predictable random numbers represent a security risk. ist eine moderne Browser-Funktion für kryptographisch sichere Zufallszahlen. Im Gegensatz zu Math.random(), das pseudozufällige Zahlen erzeugt, verwendet die Web Crypto API echte Zufallsprozesse des Betriebssystems (z.B. /dev/urandom auf Linux). Dies ist für Passwort-Generierung unerlässlich, da vorhersagbare Zufallszahlen ein Sicherheitsrisiko darstellen.

安全密码的建议

  • 为每个账户使用唯一密码 for every accountUse a 唯一密码 for every account
  • 使用密码管理器进行管理 for managementUse a 密码管理器 for management zur Verwaltung
  • 尽可能启用双重身份验证 where possibleEnable 双重身份验证 where possible
  • 定期更换密码,尤其是在发生安全事件时
  • 对于需要记住的账户,请使用密码短语

常见问题解答(FAQ)

我生成的密码会被保存吗?
所有密码都使用 Web Crypto API 在您的浏览器中完全本地生成。没有数据传输。一旦您关闭页面,所有数据都会消失。
生成的密码真的安全吗?
我们使用 Web Crypto API,它使用加密级安全的随机数——与 Math.random() 等不安全的方法不同。这与操作系统和专业安全应用使用的标准相同。, which uses cryptographically secure random numbers - in contrast to insecure methods such as Math.random(). This is the same standard that operating systems and professional security applications use.We use the Web Crypto API, which uses cryptographically secure random numbers - in contrast to insecure methods such as Math.random(). This is the same standard that operating systems and professional security applications use., which uses cryptographically secure random numbers - in contrast to insecure methods such as Math.random(). This is the same standard that operating systems and professional security applications use. Wir verwenden die Web Crypto API, die kryptographisch sichere Zufallszahlen verwendet – im Gegensatz zu unsicheren Methoden wie Math.random(). Dies ist der gleiche Standard, den auch Betriebssysteme und professionelle Sicherheitsanwendungen verwenden.
我可以保存密码吗?
密码不会被保存。但您可以通过复制功能将生成的密码复制到您选择的密码管理器中。
密码和密码短语有什么区别?
密码是简短复杂的字符串(例如 "K7#mP9$xL2")。密码短语是更长、更容易记忆的单词组合(例如 "咖啡-云-吉他-82")。密码短语更容易记住,而且由于长度较长,仍然非常安全。 are short, complex strings (e.g. "K7#mP9$xL2"). 密码短语 are longer, memorable word combinations (e.g. "Kaffee-Wolke-Gitarre-82"). Passphrases are easier to remember and still very secure due to their length.PasswordsPasswords are short, complex strings (e.g. "K7#mP9$xL2"). 密码短语 are longer, memorable word combinations (e.g. "Kaffee-Wolke-Gitarre-82"). Passphrases are easier to remember and still very secure due to their length. are short, complex strings (e.g. "K7#mP9$xL2"). 密码短语 are longer, memorable word combinations (e.g. "Kaffee-Wolke-Gitarre-82"). Passphrases are easier to remember and still very secure due to their length. sind kurze, komplexe Zeichenketten (z.B. "K7#mP9$xL2"). 密码短语 sind längere, einprägsame Wortkombinationen (z.B. "Kaffee-Wolke-Gitarre-82"). Passphrases sind einfacher zu merken und dennoch sehr sicher durch ihre Länge.