this post was submitted on 24 Jan 2024
        
      
      361 points (98.4% liked)
      Cybersecurity - Memes
    3508 readers
  
      
      1 users here now
      Only the hottest memes in Cybersecurity
        founded 2 years ago
      
      MODERATORS
      
    you are viewing a single comment's thread
view the rest of the comments
    view the rest of the comments
 
          
          
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