Skip to main content

Day 15

What sites and apps use and adopts to store a password in a database?

  • HASH ALGORITHM + SALT
  • RAINBOW TABLES
  • HASH ALGORITHM
  • MATHEMATIC FUNCTION 
  • HASH ALGORITHM + NULL

 

 

 

Yes, it’s salting.

Here’s an example:
 

 


  • HASH ALGORITHM + SALT

HASH ALGORITHM + SALT


Could be both Hash Algorithm and HashAlgotithm with Salt.

The second one is more secure and should be used nowadays.


They should be using an hash algorithm and salt


Comment