• 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