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

 

 

 

They should be using an hash algorithm and salt


Could be both Hash Algorithm and HashAlgotithm with Salt.

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


HASH ALGORITHM + SALT


  • HASH ALGORITHM + SALT

Yes, it’s salting.

Here’s an example:
 

 


Comment