A Basil Plant@lemmy.world to Cybersecurity - Memes@lemmy.world · 1 year agoYour password must also not contain the following character combinations: script, select, insert, update, delete, drop, --, ', /*, */.lemmy.worldexternal-linkmessage-square59fedilinkarrow-up1383arrow-down17
arrow-up1376arrow-down1external-linkYour password must also not contain the following character combinations: script, select, insert, update, delete, drop, --, ', /*, */.lemmy.worldA Basil Plant@lemmy.world to Cybersecurity - Memes@lemmy.world · 1 year agomessage-square59fedilink
minus-squareCrayonRosary@lemmy.worldlinkfedilinkarrow-up1·edit-21 year agoThat’s not how it works. The code always has access to the submitted plaintext password. It’s salted and hashed after it’s verified for complexity. The complexity verification can even be done in JavaScript.
That’s not how it works. The code always has access to the submitted plaintext password. It’s salted and hashed after it’s verified for complexity. The complexity verification can even be done in JavaScript.