Computer Science, asked by sohailsaif, 10 months ago

Let us say your password is ABCD, and you are using salting with MD5 hasing algorithm. What will be stored n the password column of your database?

a. MD5(ABCD+Salt_string)
b. Salt_string+Md5(ABCD)
c. Md5(ABCD)+Salt_string
d. None of the above

Answers

Answered by ds33796
2

Answer:

A.  MD5(ABCD+Salt_string)

Explanation:

Hash (Password+salt)

Similar questions