Free Cisco 350-901 Actual Exam Questions - Question 9 Discussion
Question No. 9
A web application is being developed to provide online sales to a retailer. The customers will need to
use their username and passwords to login into then profile and complete their order For this reason
the application must store user passwords Which approach ensures that an attacker wifi need to
crack the passwords one at a time?
use their username and passwords to login into then profile and complete their order For this reason
the application must store user passwords Which approach ensures that an attacker wifi need to
crack the passwords one at a time?
Select one option, then reveal solution.
US
HO
Hassan O.
2026-02-09
It’s C because salting makes each password hash unique, so attackers can’t just crack one hash and apply it to multiple accounts. This forces them to crack each password separately.
0
DR
David R.
2026-01-24
I get why salting (C) is popular, but what about peppering (A)? Pepper adds a secret value not stored with the hashes, which means even if the attacker gets the database, they still need the pepper to crack the passwords. That could force them to guess passwords one at a time too. Does peppering offer better protection against bulk cracking than salting alone?
0
AN
Ali N.
2026-01-20
C, salting adds uniqueness so attackers can't use one crack for all passwords.
0
AX
Ash X.
2026-01-17
Option C, salting helps prevent bulk cracking by making each hash unique.
0