Just take the string as bytes and hash it ffs

  • JackbyDev@programming.dev
    link
    fedilink
    English
    arrow-up
    20
    ·
    22 days ago

    Feels odd to check the password requirements on the enter password screen in addition to the new password screen.

    • silasmariner@programming.dev
      link
      fedilink
      English
      arrow-up
      3
      ·
      22 days ago

      Might be checking the old password on the new password screen. Easy programming mistake to make I guess? Apply the same validation to all 3 password fields…