Suppose you are designing a secure password storage. To securely store the user passwords in the database, you have chos

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Suppose you are designing a secure password storage. To securely store the user passwords in the database, you have chos

Post by answerhappygod »

Suppose you are designing a secure password storage. To securely
store the user passwords
in the database, you have chosen to use a salted hash function.
That is, in your design:
The user passwords are first concatenated with a salt value. The
subscription date of
the user is selected as the salt value of a given user.
The concatenated value is then hashed with a secure hash
function.
The resultant hashed value and The corresponding salt is then
stored in The database.
Do you think this is a good design choice? Explain your
answer with an example
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply