• @CrayonRosary
    link
    210 months ago

    Sanitization has nothing to do with salting and hashing.

    • Semi-Hemi-Demigod
      link
      fedilink
      210 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