You are developing a login form for a web application. To enhance security, which of the following techniques should you implement to verify user credentials?

  • Store Passwords in Plain Text
  • Use Secure Hashing (e.g., Bcrypt)
  • Implement Security Questions
  • Allow Unlimited Login Attempts
To enhance security, you should use secure hashing techniques like Bcrypt to store and verify passwords. Storing passwords in plain text is a major security risk, and other options can lead to vulnerabilities.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *