Skip to content
  • Hjem
  • Seneste
  • Etiketter
  • Populære
  • Verden
  • Bruger
  • Grupper
Temaer
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Kollaps
FARVEL BIG TECH
  1. Forside
  2. Ikke-kategoriseret
  3. Czech your passwords.

Czech your passwords.

Planlagt Fastgjort Låst Flyttet Ikke-kategoriseret
85 Indlæg 53 Posters 1 Visninger
  • Ældste til nyeste
  • Nyeste til ældste
  • Most Votes
Svar
  • Svar som emne
Login for at svare
Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.
  • benroyce@mastodon.socialB benroyce@mastodon.social

    @jupiter

    Enter password

    RødgrødMedFløde

    Enter password

    RødgrødMedFløde

    Enter password

    That is my password!

    There's something off about how you type the password. Access denied

    evdelen@mstdn.caE This user is from outside of this forum
    evdelen@mstdn.caE This user is from outside of this forum
    evdelen@mstdn.ca
    wrote sidst redigeret af
    #30

    @benroyce @jupiter

    https://kuber.studio/cookie/

    Follow this one past the typing test... Not that far off from the truth.

    benroyce@mastodon.socialB greynerd65@mastodon.socialG M 3 Replies Last reply
    0
    • evdelen@mstdn.caE evdelen@mstdn.ca

      @benroyce @jupiter

      https://kuber.studio/cookie/

      Follow this one past the typing test... Not that far off from the truth.

      benroyce@mastodon.socialB This user is from outside of this forum
      benroyce@mastodon.socialB This user is from outside of this forum
      benroyce@mastodon.social
      wrote sidst redigeret af
      #31

      @evdelen @jupiter

      "What you have installed

      Your system has 22 text-to-speech voices installed, the exact set is a strong fingerprint.how?

      You have Japanese language pack support installed.how?

      You have Chinese language pack support installed.how?

      You have South Asian script language pack support installed.how?

      You have programmer fonts installed, you write code.how?"

      fuck

      xarvos@outerheaven.clubX 1 Reply Last reply
      0
      • jupiter@mastodon.gamedev.placeJ jupiter@mastodon.gamedev.place

        Czech your passwords.

        kasperd@westergaard.socialK This user is from outside of this forum
        kasperd@westergaard.socialK This user is from outside of this forum
        kasperd@westergaard.social
        wrote sidst redigeret af
        #32

        I am happy to announce that I just tested those passwords in the password strength evaluation that I wrote for Intempus. And both of them fail due to repetitions. Using ř scores slightly higher, but only because there is also r in my username.

        1 Reply Last reply
        0
        • falken@social.falkensweb.comF falken@social.falkensweb.com

          @kajer @MegaMichelle @jupiter @CrackMeIfYouCan though careful not to lock yourself out because a keyboard bug stops you entering the characters... https://www.theregister.com/on-prem/2026/04/12/apple-update-turns-czech-mate-for-locked-out-iphone-user/5219671

          kalvaro@mastodon.socialK This user is from outside of this forum
          kalvaro@mastodon.socialK This user is from outside of this forum
          kalvaro@mastodon.social
          wrote sidst redigeret af
          #33

          @falken In some Android keyboards it's ridiculously hard to type a $ character. Don't ask me how I noticed.

          1 Reply Last reply
          0
          • mkyral@mamutovo.czM mkyral@mamutovo.cz

            @TheKeystoneCollective @jupiter

            StrčPrstSkrz1Krk is more safe 😄

            kasperd@westergaard.socialK This user is from outside of this forum
            kasperd@westergaard.socialK This user is from outside of this forum
            kasperd@westergaard.social
            wrote sidst redigeret af
            #34

            Nah, yours is three characters shorter. So I rate the previous one as a bit more secure. But both are rated pretty high by my calculations.

            1 Reply Last reply
            0
            • benroyce@mastodon.socialB benroyce@mastodon.social

              @jupiter

              Enter password

              RødgrødMedFløde

              Enter password

              RødgrødMedFløde

              Enter password

              That is my password!

              There's something off about how you type the password. Access denied

              dryak@mstdn.scienceD This user is from outside of this forum
              dryak@mstdn.scienceD This user is from outside of this forum
              dryak@mstdn.science
              wrote sidst redigeret af
              #35

              @benroyce @jupiter

              In all seriousness this is a genuine problem (due to UTF-8 normalization-- composition vs decomposition) if you switch between MacOS (always use ASCII latin letter codepoint + diacritic codepoint, no matter what; i.e. "o" + "/", "r" + carron, etc.) and anything else (always prefere one single codepoint if the accented letter exists, e.g., in the Latin-1 block: "ø", Latin Extended-A block: "ř")
              ...

              dryak@mstdn.scienceD jan@social.janantos.comJ 2 Replies Last reply
              0
              • dryak@mstdn.scienceD dryak@mstdn.science

                @benroyce @jupiter

                In all seriousness this is a genuine problem (due to UTF-8 normalization-- composition vs decomposition) if you switch between MacOS (always use ASCII latin letter codepoint + diacritic codepoint, no matter what; i.e. "o" + "/", "r" + carron, etc.) and anything else (always prefere one single codepoint if the accented letter exists, e.g., in the Latin-1 block: "ø", Latin Extended-A block: "ř")
                ...

                dryak@mstdn.scienceD This user is from outside of this forum
                dryak@mstdn.scienceD This user is from outside of this forum
                dryak@mstdn.science
                wrote sidst redigeret af
                #36

                @benroyce @jupiter ...

                See an old post of mine on Unix stackexchange:
                https://unix.stackexchange.com/questions/494883/utf8-character-makes-file-inaccessible/494909#494909

                benroyce@mastodon.socialB 1 Reply Last reply
                0
                • dryak@mstdn.scienceD dryak@mstdn.science

                  @benroyce @jupiter ...

                  See an old post of mine on Unix stackexchange:
                  https://unix.stackexchange.com/questions/494883/utf8-character-makes-file-inaccessible/494909#494909

                  benroyce@mastodon.socialB This user is from outside of this forum
                  benroyce@mastodon.socialB This user is from outside of this forum
                  benroyce@mastodon.social
                  wrote sidst redigeret af
                  #37

                  @dryak @jupiter

                  well way to ruin my stupid joke!

                  just kidding

                  it is a serious issue

                  1 Reply Last reply
                  0
                  • jupiter@mastodon.gamedev.placeJ jupiter@mastodon.gamedev.place

                    Czech your passwords.

                    isukun@tkz.oneI This user is from outside of this forum
                    isukun@tkz.oneI This user is from outside of this forum
                    isukun@tkz.one
                    wrote sidst redigeret af
                    #38

                    @jupiter

                    Ja ja ja ja ja ja ja ja ja ja XD

                    1 Reply Last reply
                    0
                    • falken@social.falkensweb.comF falken@social.falkensweb.com

                      @kajer @MegaMichelle @jupiter @CrackMeIfYouCan though careful not to lock yourself out because a keyboard bug stops you entering the characters... https://www.theregister.com/on-prem/2026/04/12/apple-update-turns-czech-mate-for-locked-out-iphone-user/5219671

                      kasperd@westergaard.socialK This user is from outside of this forum
                      kasperd@westergaard.socialK This user is from outside of this forum
                      kasperd@westergaard.social
                      wrote sidst redigeret af
                      #39

                      I totally agree with that. There was a time where I used machines with both Danish and American keyboard layouts on a daily basis. So I learned to pick passwords consisting of only characters that were located in the same place on both keyboards.

                      And that was a time when only ASCII was supported, so I had to keep that in mind as well.

                      The best way to make passwords stronger is to make them longer rather than using more different characters.

                      I am so annoyed by sites that get this wrong. First they reject my 32 character password because it’s too long. So I try truncating my password to 12, 16, or 20 characters (whatever they permit), and then they reject it because I only have alphanumeric characters. Seriously, the password I started with was stronger than such a short password could ever be. So the weakness of the password I am trying is entirely caused by their low limit on password length and not by the set of characters I had chosen to use.

                      A user should be allowed to use a password consisting of only two distinct characters as long as it’s long enough and doesn’t have any patterns.

                      falken@social.falkensweb.comF 1 Reply Last reply
                      0
                      • jupiter@mastodon.gamedev.placeJ jupiter@mastodon.gamedev.place

                        Czech your passwords.

                        modernmaslow@techhub.socialM This user is from outside of this forum
                        modernmaslow@techhub.socialM This user is from outside of this forum
                        modernmaslow@techhub.social
                        wrote sidst redigeret af
                        #40

                        @jupiter Clearly you rrrrrrr inverting the dunce cap...

                        1 Reply Last reply
                        0
                        • cy@chaos.socialC cy@chaos.social

                          @jupiter Germans use Passwörd!

                          kasperd@westergaard.socialK This user is from outside of this forum
                          kasperd@westergaard.socialK This user is from outside of this forum
                          kasperd@westergaard.social
                          wrote sidst redigeret af
                          #41

                          Surprisingly that password is not found in https://haveibeenpwned.com/Passwords, are you sure there are actually Germans using that?

                          cy@chaos.socialC 1 Reply Last reply
                          0
                          • jupiter@mastodon.gamedev.placeJ jupiter@mastodon.gamedev.place

                            Czech your passwords.

                            w00p@infosec.exchangeW This user is from outside of this forum
                            w00p@infosec.exchangeW This user is from outside of this forum
                            w00p@infosec.exchange
                            wrote sidst redigeret af
                            #42

                            @jupiter the impossible-to-pronounce-for-a-non-Czech password

                            kasperd@westergaard.socialK 1 Reply Last reply
                            0
                            • kasperd@westergaard.socialK kasperd@westergaard.social

                              Surprisingly that password is not found in https://haveibeenpwned.com/Passwords, are you sure there are actually Germans using that?

                              cy@chaos.socialC This user is from outside of this forum
                              cy@chaos.socialC This user is from outside of this forum
                              cy@chaos.social
                              wrote sidst redigeret af
                              #43

                              @kasperd @jupiter i like my passwords like my potatoes! heavily salted

                              kasperd@westergaard.socialK 1 Reply Last reply
                              0
                              • jupiter@mastodon.gamedev.placeJ jupiter@mastodon.gamedev.place

                                Czech your passwords.

                                beyoublahaj@mastodon.socialB This user is from outside of this forum
                                beyoublahaj@mastodon.socialB This user is from outside of this forum
                                beyoublahaj@mastodon.social
                                wrote sidst redigeret af
                                #44

                                @jupiter Going for extra Polish is also a valid strategy.

                                1 Reply Last reply
                                0
                                • evdelen@mstdn.caE evdelen@mstdn.ca

                                  @benroyce @jupiter

                                  https://kuber.studio/cookie/

                                  Follow this one past the typing test... Not that far off from the truth.

                                  greynerd65@mastodon.socialG This user is from outside of this forum
                                  greynerd65@mastodon.socialG This user is from outside of this forum
                                  greynerd65@mastodon.social
                                  wrote sidst redigeret af
                                  #45

                                  @evdelen @benroyce @jupiter
                                  I’ve done this test before, using the same device, and this programme did NOT recognise me – or rather, my device.
                                  All the details about my device were wrong again: two matches – namely ‘Windows’ (which almost every device has; I would at least have expected the version to be specified) and ‘x86’ (which is also standard, but the RAM was listed incorrectly too).
                                  So it seems my settings are correct.

                                  benroyce@mastodon.socialB 1 Reply Last reply
                                  0
                                  • greynerd65@mastodon.socialG greynerd65@mastodon.social

                                    @evdelen @benroyce @jupiter
                                    I’ve done this test before, using the same device, and this programme did NOT recognise me – or rather, my device.
                                    All the details about my device were wrong again: two matches – namely ‘Windows’ (which almost every device has; I would at least have expected the version to be specified) and ‘x86’ (which is also standard, but the RAM was listed incorrectly too).
                                    So it seems my settings are correct.

                                    benroyce@mastodon.socialB This user is from outside of this forum
                                    benroyce@mastodon.socialB This user is from outside of this forum
                                    benroyce@mastodon.social
                                    wrote sidst redigeret af
                                    #46

                                    @greynerd65 @evdelen @jupiter

                                    "directorate of analysis, make a note on this file: greynerd65 fell for the social hack of leaking opsec details by luring them into a false sense of informality"

                                    greynerd65@mastodon.socialG 1 Reply Last reply
                                    0
                                    • benroyce@mastodon.socialB benroyce@mastodon.social

                                      @jupiter

                                      Enter password

                                      RødgrødMedFløde

                                      Enter password

                                      RødgrødMedFløde

                                      Enter password

                                      That is my password!

                                      There's something off about how you type the password. Access denied

                                      kasperd@westergaard.socialK This user is from outside of this forum
                                      kasperd@westergaard.socialK This user is from outside of this forum
                                      kasperd@westergaard.social
                                      wrote sidst redigeret af
                                      #47

                                      Interestingly the lower case version of that password is found in exactly one leak known to https://haveibeenpwned.com/Passwords

                                      benroyce@mastodon.socialB 1 Reply Last reply
                                      0
                                      • w00p@infosec.exchangeW w00p@infosec.exchange

                                        @jupiter the impossible-to-pronounce-for-a-non-Czech password

                                        kasperd@westergaard.socialK This user is from outside of this forum
                                        kasperd@westergaard.socialK This user is from outside of this forum
                                        kasperd@westergaard.social
                                        wrote sidst redigeret af
                                        #48

                                        The pronunciation point got me wondering whether an American would be able to pronounce this password: zzzccccczczczcczczcc

                                        guillotine_jones@beige.partyG renardboy@mastodon.socialR 2 Replies Last reply
                                        0
                                        • dryak@mstdn.scienceD dryak@mstdn.science

                                          @benroyce @jupiter

                                          In all seriousness this is a genuine problem (due to UTF-8 normalization-- composition vs decomposition) if you switch between MacOS (always use ASCII latin letter codepoint + diacritic codepoint, no matter what; i.e. "o" + "/", "r" + carron, etc.) and anything else (always prefere one single codepoint if the accented letter exists, e.g., in the Latin-1 block: "ø", Latin Extended-A block: "ř")
                                          ...

                                          jan@social.janantos.comJ This user is from outside of this forum
                                          jan@social.janantos.comJ This user is from outside of this forum
                                          jan@social.janantos.com
                                          wrote sidst redigeret af
                                          #49

                                          @dryak @benroyce @jupiter few years ago my ETL to analytics cube start suddenly failing because of company enabled registration via mobile app and one user decided to have username as “Princess👑👑👑” yeah I know I wasn’t sanitizing input enough, but tbh no one expected this when the ETL was designed.

                                          1 Reply Last reply
                                          0
                                          Svar
                                          • Svar som emne
                                          Login for at svare
                                          • Ældste til nyeste
                                          • Nyeste til ældste
                                          • Most Votes


                                          • Log ind

                                          • Har du ikke en konto? Tilmeld

                                          • Login or register to search.
                                          Powered by NodeBB Contributors
                                          Graciously hosted by data.coop
                                          • First post
                                            Last post
                                          0
                                          • Hjem
                                          • Seneste
                                          • Etiketter
                                          • Populære
                                          • Verden
                                          • Bruger
                                          • Grupper