CERTIFIED-IN-CYBERSECURITY · Question #292
When developing a banking website, what is the advised method to confirm user identities?
The correct answer is C. Requiring password and sms token. The recommended method for confirming user identities on a banking website is Multi-Factor Authentication (MFA) using a password combined with an SMS token. This implements the 'something you know' (password) plus 'something you have' (SMS token sent to your phone) factors. A…
Question
When developing a banking website, what is the advised method to confirm user identities?
Options
- ARequiring password and personal answersa
- BRequiring password and username
- CRequiring password and sms token
- DRequiring password and pin code
How the community answered
(25 responses)- B4% (1)
- C88% (22)
- D8% (2)
Explanation
The recommended method for confirming user identities on a banking website is Multi-Factor Authentication (MFA) using a password combined with an SMS token. This implements the 'something you know' (password) plus 'something you have' (SMS token sent to your phone) factors. A username/password alone (B) is single-factor and easily compromised. A PIN (D) and personal answers (A) are both 'something you know' factors, offering no additional security layer. SMS tokens provide a second independent factor, significantly reducing the risk of unauthorized access even if a password is stolen.
Topics
Community Discussion
No community discussion yet for this question.