• Semi-Hemi-Demigod@kbin.social
    cake
    link
    fedilink
    arrow-up
    1
    ·
    5 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