ä ist traurig, weil ä zählt als Sonderzeichen und doch irgendwie nicht. Schluss mit Sonderzeichen zweiter Klasse!

    • macniel
      link
      fedilink
      2
      edit-2
      12 hours ago

      Die Entropie erhöhst du mit Länge, denn ein Zeichen ist ein Zeichen. Nur bei Wörterbuch Angriffen sind Zeichenklassen interessant.

      • @mistermanko
        link
        1811 hours ago

        Die Entropie wird durch beides beeinflusst. Aber Länge schlägt Zeichen.

        aaaa = 18 bits aaa! = 20 bits aaaaa = 23 bits

      • @[email protected]
        link
        fedilink
        911 hours ago

        Aber welcher Angreifer ist denn so doof und benutzt keine Wörterbücher? Und dann fängt man doch bestimmt mit dem an, in dem keine Sonderzeichen drin sind…?

      • @madcaesar
        link
        712 hours ago

        Wait, are you saying astyfkiz is a better password than dA%6f}y just because it is longer?

        • @[email protected]
          link
          fedilink
          45 hours ago

          Es wird noch schlimmer: dA%6f}y bei freier Wahl des Passworts ist ein besseres Passwort als dA%6f}y, wenn du Sonderzeichen, Zahlen, Groß- und Kleinschreibung verwenden must…

        • @ceiphas
          link
          1611 hours ago

          Yes, If the attacker doesn’t know if you used a special char or not, it does not matter if you do…

        • EunieOP
          link
          fedilink
          511 hours ago

          Basically if B is the number of possible symbols and n the length of your password then the number of possible passwords is B^n

          This number grows faster for increasing n than for increasing B. So even passwords on only two symbols will be more secure than passwords containing any possible unicode symbol - as long as they are long enough.

          In the case where an attacker doesn’t even know whether you are using fewer possible symbols or not the number n is even more important. Also if people are forced to use certain characters they tend to use shorter passwords just to be able to memorize them. However if an attacker correctly assumes that you are only using lower case letters he will still have an easier time guessing your pwd just because you followed a strategy.

          Humans are generally bad at thinking about randomness. Most would assume that AAAAAA is a less random phrase than €jK6%g but they are equally likely and therefore equally safe - if your enemy isn’t also a human / knows that you are one and tries AAAAAA first before testing random phrases.