You are implementing an application that requires users to log on with a user name and password. You need to meet the following requirements when you store the password:

* The application can authenticate a user by comparing a provided password against the stored password.
* A malicious user cannot read or otherwise use the original plaintext password.

What should you do?

 Posted by Rajkatie on 10/30/2012 | Category: ADO.NET Interview questions | Views: 3060 | Points: 40
Select from following answers:
  1. Hash the data.
  2. Use asymmetric encryption.
  3. Use obfuscation.
  4. All Above

Show Correct Answer


Source: Measureup.com | | Alert Moderator 

Comments or Responses

Login to post response