Skip to main content
Solved

Question of the day 17/09, Cybersecurity Edition


marcofabbri
Forum|alt.badge.img+13

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

 

 

 

Best answer by mkevenaar

They should be using an hash algorithm and salt

View original
Did this topic help you find an answer to your question?

5 comments

mkevenaar
Forum|alt.badge.img+15
  • Veeam Vanguard
  • 149 comments
  • Answer
  • September 17, 2022

They should be using an hash algorithm and salt


JMeixner
Forum|alt.badge.img+17
  • On the path to Greatness
  • 2650 comments
  • September 17, 2022

Could be both Hash Algorithm and HashAlgotithm with Salt.

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


Chris.Childerhose
Forum|alt.badge.img+21
  • Veeam Legend, Veeam Vanguard
  • 8494 comments
  • September 17, 2022

HASH ALGORITHM + SALT


Stabz
Forum|alt.badge.img+8
  • On the path to Greatness
  • 354 comments
  • September 19, 2022
  • HASH ALGORITHM + SALT

marcofabbri
Forum|alt.badge.img+13
  • Author
  • On the path to Greatness
  • 990 comments
  • September 23, 2022

Yes, it’s salting.

Here’s an example:
 

 


Comment