What is the purpose of CSPRNG?
- to secure a web site
- to generate salt
- to process hash lookups
- to prevent a computer from being a zombie
Explanation: Salting prevents someone from using a dictionary attack to guess a password. Cryptographically Secure Pseudo-Random Number Generator (CSPRNG) is one way (and the best way) to generate salt.
Exam with this question: Cybersecurity Essentials Chapter 5 Quiz Answers
Please login or Register to submit your answer