Which class should you use?

You are developing an application that will process personnel records.
The application must encrypt highly sensitive data.
You need to ensure that the application uses the strongest available encryption.
Which class should you use?
A. System.Security.Cryptography.DES
B. System.Security.Cryptography.Aes
C. System.Security.Cryptography.TripleDES
D. System.Security.Cryptography.RC2

microsoft-exams

One thought on “Which class should you use?

  1. AES–> Advanced Encryption Standard –>Key length can be of 128-bits, 192-bits and 256-bits
    DES–> Data Encryption Standard –> Key length are 56bits

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.