Exam SY0-701 Topic 2 Question 315 Discussion
Actual exam question for CompTIA's SY0-701 exam
Question #: 315
Topic #: 2
Question #: 315
Topic #: 2
Which of the following is used to add extra complexity before using a one-way data transformation algorithm?
Suggested Answer: D Vote an answer
Salting is the process of adding extra random data to a password or other data before applying a one-way data transformation algorithm, such as a hash function. Salting increases the complexity and randomness of the input data, making it harder for attackers to guess or crack the original data using precomputed tables or brute force methods. Salting also helps prevent identical passwords fromproducing identical hash values, which could reveal the passwords to attackers who have access to the hashed data. Salting is commonly used to protect passwords stored in databases or transmitted over networks. References = Passwords technical overview Encryption, hashing, salting - what's the difference?
Salt (cryptography)
Salt (cryptography)
by Elmer at Jun 01, 2025, 07:43 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).