Which technology can be used to prevent a cracker from launching a dictionary or brute-force attack of a hash?
Which technology could be used to prevent a cracker from launching a dictionary or brute-force attack off a hash?
- AES
- MD5
- HMAC
- rainbow tables
Explanation: HMACs use an additional secret key as input to the hash function. This adds another layer of security to the hash in order to defeat man-in-the-middle attacks and provide authentication of the data source.
Related exam: Cybersecurity Essentials v1.1 FINAL Quiz Answers Full Questions
Related exam: Cybersecurity Essentials v3.0 Course Final Exam Answers
