• Semi-Hemi-Demigod
    link
    fedilink
    145 months ago

    They might be doing it in the DB query, but they’re definitely not sanitized beforehand.

      • Semi-Hemi-Demigod
        link
        fedilink
        15 months ago

        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