Imagine you are creating a login system for a web application. To ensure the security of user credentials, which of the following methods would be the best practice?

  • Use HTTPS with Secure Cookies
  • Store Passwords in Plain Text Files
  • Apply Weak Encryption
  • Implementing User-Friendly Passwords
Using HTTPS with secure cookies ensures data transmission security, protecting user credentials. Storing passwords in plain text files is highly insecure. Weak encryption is also insufficient. User-friendly passwords, while a good practice, do not directly ensure security; the infrastructure does.
Add your answer
Loading...

Leave a comment

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