-
"True or False: Usernames and passwords are the most secure way to authenticate?",
QUESTION_TYPE_TF,
"False",
"obj_Authentication")
);
-
"If you have to use something you know to authenticate, then passphrases are a good approach?",
QUESTION_TYPE_TF,
"True",
"obj_Authentication")
);
-
"Which of the following is the most secure method to authenticate?",
QUESTION_TYPE_CHOICE,
- "Something you know (passwords and passphrases)"
- "Something you are (biometrics)"
- "Something you have (for example, FIDO2 tokens)"
- "Using multiple factors."
),
"Using multiple factors.",
"obj_Authentication")
);