Report Bug

Qus: Why is a one time password system considered more secure than a basic authentication system?


A. It is easy to generated
B. It cannot be shared
C. It is different for every access
D. It is a complex encrypted password


Solution
C. It is different for every access



Explanation
One time password is safe since it is generated per access and thus cannot be brute forced or deduced.