nerdexam
GIAC

GSSP-NET · Question #246

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()…

The correct answer is A. Cipher Block Chaining (CBC). GIAC GSSP-.NET Exam

Error Handling, Logging, and Cryptography in .NET

Question

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?

Options

  • ACipher Block Chaining (CBC)
  • BOutput Feedback (OFB)
  • CCipher Text Stealing (CTS)
  • DElectronic Codebook (ECB)
  • ECipher Feedback (CFB)

How the community answered

(33 responses)
  • A
    73% (24)
  • B
    6% (2)
  • C
    15% (5)
  • D
    3% (1)
  • E
    3% (1)

Explanation

GIAC GSSP-.NET Exam

Topics

#RC2CryptoServiceProvider#cipher block chaining#CBC mode#symmetric encryption

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice