Two @Apollo employees use the same password to log in to the network, which means that both people have the exact same hash for their passwords. What could be implemented to prevent this?
- RSA
- Peppering
- Pseudo-random generator
- Salting
Explanation: A password is stored as a combination of both a hash and a salt.
Exam with this question: Cybersecurity Essentials: Course Final Exam Answers
Please login or Register to submit your answer