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

Which algorithms are used to secure REST API from brute attacks and minimize the impact?
A . SHA-512 and SHA-384
B . MD5 algorithm-128 and SHA-384
C . SHA-1, SHA-256, and SHA-512
D . PBKDF2, BCrypt, and SCrypt

Answer: D

Explanation:

One of the best practices to secure REST APIs is using password hash. Passwords must

always be hashed to protect the system (or minimize the damage) even if it is compromised

in some hacking attempts. There are many such hashing algorithms which can prove really

effective for password security e.g. PBKDF2, bcrypt and scrypt algorithms.

Other ways to secure REST APIs are: Always use HTTPS, Never expose information on URLs

(Usernames, passwords, session tokens, and API keys should not appear in the URL),

Adding Timestamp in Request, Using OAuth, Input Parameter Validation.

Latest 350-401 Dumps Valid Version with 404 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments