You are implementing an application that will use encrypted customer information. You need to choose between public-key encryption and secret-key encryption.

Which of the following is a requirement that should cause you to choose secret-key encryption?

 Posted by Rajkatie on 10/31/2012 | Category: ADO.NET Interview questions | Views: 2847 | Points: 40
Select from following answers:
  1. The application will encrypt up to 1 Mb of data at a time.
  2. The encryption algorithm should not require an algorithm from a third-party library.
  3. Encrypted data is transmitted and then decrypted, and you want to ensure that a malicious user cannot use a transmitted key to decrypt.
  4. All Above

Show Correct Answer


Source: Measureup.com | | Alert Moderator 

Comments or Responses

Login to post response