A Basil Plant to Cybersecurity - Memes • 10 months agoYour password must also not contain the following character combinations: script, select, insert, update, delete, drop, --, ', /*, */.imagemessage-square59arrow-up1397arrow-down16
arrow-up1391arrow-down1imageYour password must also not contain the following character combinations: script, select, insert, update, delete, drop, --, ', /*, */.A Basil Plant to Cybersecurity - Memes • 10 months agomessage-square59
minus-squareSemi-Hemi-Demigodlinkfedilink17•10 months agoThey might be doing it in the DB query, but they’re definitely not sanitized beforehand.
minus-squareSemi-Hemi-Demigodlinkfedilink2•10 months agoIf you do the salting and hashing in a database query you need to sanitize the input before you use it or you open yourself to SQL injection. Databases have salting and hashing functions, after all
They might be doing it in the DB query, but they’re definitely not sanitized beforehand.
Sanitization has nothing to do with salting and hashing.
If you do the salting and hashing in a database query you need to sanitize the input before you use it or you open yourself to SQL injection.
Databases have salting and hashing functions, after all