There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
PassGuideApp uses this service to connect to a MS SQL Server 2008 database
PassGuideDB.
PassGuideApp puts password and credit card information in PassGuideDB.
How can you ensure that the credit card information can be retrieved from PassGuideDB?
Select two.
A.
Use a cryptography provider…
B.
Use a decryptography provider..
C.
SHA1CryptoServiceProvider
D.
AesCryptoServiceProvider
E.
SHA1ServiceProvider
F.
DSACryptoServiceProvider
G.
MD5CryptoServiceProvider
H.
AesServiceProvider
I.
DSAServiceProvider
J.
MD5ServiceProvider
Explanation:
http://msdn.microsoft.com/en-us/library/system.security.cryptography.aescryptoserviceprovider%28v=vs.110%29.aspx
AesCryptoServiceProvider – performs symmetric encryption and decryption
The key word here is ‘symmetric’.