Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 57

Which algorithms are used to secure REST API from brute attacks and minimize the impact?

Answer options

Correct answer: D

Explanation

The correct answer is D because PBKDF2, BCrypt, and SCrypt are specifically designed for secure password hashing and can effectively thwart brute force attacks by introducing computational difficulty. Options A, B, and C include hashing algorithms that are not as robust for this purpose, as they do not provide the same level of resistance against brute force attempts.