For secure user authentication, what additional measure can be used along with a password to enhance security?
- Two-factor authentication (2FA)
- Using a longer username
- Implementing CAPTCHA challenges
- Enforcing strong password policies
Two-factor authentication (2FA) is an additional security measure that requires users to provide two forms of identification to access their account, enhancing security.
Loading...
Related Quiz
- Which of the following actions are commonly performed on files in PHP?
- You have a PHP script and you need to create an object from a class. How would you do this?
- The $this keyword in PHP is used to refer to the current instance of the class.
- You are designing a system where various types of vehicles (like cars, bicycles, trucks) share common properties and behaviors but also have unique attributes. Which OOP principle would be most beneficial in this scenario?
- How do you handle errors when creating a MySQL database using PHP?