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.

    • Fonzie!
      link
      fedilink
      229 months 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!

        • Fonzie!
          link
          fedilink
          39 months 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”?

    • @Knusper@feddit.de
      link
      fedilink
      159 months 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
        3
        edit-2
        9 months 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