• python@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    7 hours ago

    I… I hope my passwords are hashed and salted long before they reach the server, so the way it handles unicode shouldn’t affect it all that much. The logistical issue I was seeing with emojis was more that some of them look the same but have different Unicodes alltogether, so typing in the same emoji across devices might be tricky if their keyboards default to different codes.

    • madjo@feddit.nl
      link
      fedilink
      arrow-up
      1
      ·
      4 hours ago

      Oooh hashed and SALTED! I kept peppering the passwords that get sent to my server. Now all I need is to clean up the mess and the mold that all those hash browns leave behind.

    • SlurpingPus@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      18 minutes ago

      Passwords are typically sent to the server and hashed there. I’m a bit hazy right now on the implications of client-side hashing, but it would likely present some security problems.