GIAC GIAC Secure Software Programmer - C#.NET GSSP-.NET Question # 126 Topic 13 Discussion

GIAC GIAC Secure Software Programmer - C#.NET GSSP-.NET Question # 126 Topic 13 Discussion

GSSP-.NET Exam Topic 13 Question 126 Discussion:
Question #: 126
Topic #: 13

You work as a Software Developer for ABC Inc. You create a Console application. You write the following code in the application:

RC2CryptoServiceProvider TestRC2 = new RC2CryptoServiceProvider();

Console.WriteLine(TestRC2.Mode);

What output will the above code display?


A.

Cipher Block Chaining (CBC)


B.

Output Feedback (OFB)


C.

Cipher Text Stealing (CTS)


D.

Electronic Codebook (ECB)


E.

Cipher Feedback (CFB)


Get Premium GSSP-.NET Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.