You can totally use emojis as passwords. You can probably even make this a policy at your company.

Edit: I thought this was an obvious enough joke, but just to clear things up: Only do this if you hate your company and everyone working there.

  • Skull giver@popplesburger.hilciferous.nl
    link
    fedilink
    arrow-up
    110
    arrow-down
    6
    ·
    1 year ago

    Simple trick to make it hard for Chinese state hackers: include the Taiwanese flag (🇹🇼) in every password you use. Chinese software like Chinese iOS has limitations that prevent typing those characters, and attempts to render it will turn the flag into a general “unsupported unicode” character.

    To make your password even safer, also add the penis hieroglyph (𓂸) which is censored on Windows.

    Add a bunch of zero width spaces in the middle to make copying passwords even harder, and then add a right to left override at the end to make password dumps unreadable.

    It’s not like you should run into this stuff 99% of the time because it’s the year or our gourd 2023 and all but two or three passwords should be stored in your password manager anyway.

    • Fonzie!@ttrpg.network
      link
      fedilink
      arrow-up
      22
      ·
      1 year ago

      To make your password even safer, also add the penis hieroglyph (𓂸) which is censored on Windows.

      I can see it on Windows 10…

      Other than that, I love these ideas you evil bastard!

      • Skull giver@popplesburger.hilciferous.nl
        link
        fedilink
        arrow-up
        12
        arrow-down
        1
        ·
        1 year ago

        Interesting, last time I checked the hieroglyph was censored on Windows 10 and Windows 11. Perhaps the application or website you’re using is pulling the hieroglyph font from some other place, like an online font somewhere?

        Either way, long live the penis hieroglyph, the urinating penis hieroglyph, and the penis covered by a little bit of cloth hieroglyph!

        • Fonzie!@ttrpg.network
          link
          fedilink
          arrow-up
          3
          ·
          1 year ago

          My software is Firefox…

          This may be a regional or localisation thing, maybe your set up doesn’t have a font for those hieroglyphs, so they appear as “tofu”?

          • Nope, other hieroglyphs from the set appeared just fine last time I checked. I think you had to combine certain characters from that character set for them to show up? Either way, it was specifically a thing with Segoe UI Historic, maybe Microsoft fixed it.

    • Knusper@feddit.de
      link
      fedilink
      arrow-up
      14
      ·
      1 year ago

      To make your password even safer, also add the penis hieroglyph (𓂸) which is censored on Windows.

      When they’re asking you for an extra long password…

      • Acters@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        1 year ago

        You could memorize how many emojis vs. a long number. Say you got 5 💀, 2 🇹🇼, 3 👀, and 7 💩 or take a special number like a pin and attribute emojis to each digit. Doesn’t matter how you remember it, password manager or not, the added digits are great to have as there are more symbols to crack. This makes common passwords less common as there is a possibility that there is a larger pool of common passwords that dilute the probability table.(“flattening” a bell curve) This is a smaller increase in the amount of work needed to go through a dictionary, custom made, standard, or list of leaked common passwords. However, it is beneficial to create large delays in password cracking for situations where the attack is done at a large scale vs. a targeted approach.

        Limiting to integer may not seem like a good idea, but the symbols and digits are all converted to binary either way. So instead of integers, why not just cut the middle man and just have it all be binary in the first place? 128 bits can provide 2^128 unique values to use. A computer can easily make a random number, and the use of a password manager can save it. After this, it turns into a key signing system, [cryptography](https://en.wikipedia.org/wiki/Key_(cryptography\)). In the end, passwords are dumb and we want to use them because we like the feeling of knowing the secret magic phrase/word that can be easily be shared through most forms of communication, especially verbal.

        Sorry about the rant/brain dump. I just wrote whatever came to mind