exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 325 discussion

Actual exam question from Cisco's 350-401
Question #: 325
Topic #: 1
[All 350-401 Questions]

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
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
MasiEB
Highly Voted 4 years, 2 months ago
https://restfulapi.net/security-essentials/ D is correct
upvoted 18 times
[Removed]
3 years, 7 months ago
b-crypt to secure a REST API!
upvoted 4 times
...
...
[Removed]
Most Recent 7 months ago
Selected Answer: D
D is correct based on Chat GPT knowledge
upvoted 1 times
...
GATUNO
3 years, 1 month ago
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 that can prove really effective for password security e.g. PBKDF2, bcrypt, and scrypt algorithms. (D)
upvoted 3 times
...
last7
4 years, 2 months ago
Answer is A. MD5 & SHA-1 are legacy. PBKDF2 & SCrypt are considered uncrackable, but used by Cisco for local password encryption, and not REST functions.
upvoted 2 times
divt
3 years, 6 months ago
D 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
upvoted 4 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...