• @abhibeckert@lemmy.world
      link
      fedilink
      English
      41
      edit-2
      2 years ago

      The website should feed your password straight into a well known hashing algorithm or key derivation function that has undergone a decade or more of careful scrutiny, without any other processing. The output will usually be a fixed length base64 or hex string.

      There’s a short list of about three options that are currently considered acceptable, and a few more are probably fine but are a little too easy to crack these days (e.g. anything that shares the same math as bitcoin… what if someone throws a mining datacentre at your password?)

      If the site breaks, maybe you don’t to be a customer of that service.

      • @Vilian@lemmy.ca
        link
        fedilink
        English
        72 years ago

        make one account with emoji password to test their system, if it break, good, go create hour account somewhere else

    • Arin
      link
      fedilink
      21
      edit-2
      2 years ago

      auth servers breaking from emojis would be hilarious, pretty sure that’s why older auth servers only allow certain symbols in passwords

    • @Kusimulkku@lemm.ee
      link
      fedilink
      English
      82 years ago

      If some auth server breaks because I put emojis in my password then that’s right and deserved

    • 50gp
      link
      fedilink
      2
      edit-2
      2 years ago

      and there are many trash implementations that dont recognise something like :emoticon: as shortcut and turn it into emoji, no no you have to use emoji keyboard to type them

      • Funwayguy
        link
        fedilink
        English
        162 years ago

        Hahaha, I wish.

        You would be amazed at how ancient and poorly maintained many web servers are on the modern internet. SQL injection still consistently make the top 3 web app vulnerabilities as of 2021. If that isn’t being sanitized properly I don’t expect emojis would be handled much better.

      • @jordanlund@lemmy.world
        link
        fedilink
        English
        5
        edit-2
        2 years ago

        For that particular bug, yes, but there have been many other variations on that theme and not limited to Apple tech. I’ve seen it nuke an email send for example because the SMTP server choked on emojis placed in a subject, to, or from line.