Quiz Question 1 of 6
When designing a secure web form that includes a password field, which of the following strategies would be most effective in protecting user data from interception?
Choose the correct answer below:
-
A
Setting the
maxlength
attribute to limit the length of the password entered. -
B
Obscuring the password input using asterisks or dots in the password field.
-
C
Encrypting the form data by serving the form over an
https://
connection. -
D
Using the
type="password"
to ensure the password is hidden from onlookers.