GSSP-.NET · Question #242
(Topic 2) You work as a Software Developer for Hi-Tech Inc. You develop an application using Visual Studio .NET 2005. You create an unregistered COM DLL file named Com1.dll. You want to use this…
The correct answer is A. Cipher Block Chaining (CBC). 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?
Question
- (Topic 2)
You work as a Software Developer for Hi-Tech Inc. You develop an application using Visual Studio .NET 2005. You create an unregistered COM DLL file named Com1.dll. You want to use this Com1.dll file in your application code. However, Com1.dll needs to be registered in the Windows Registry before it is used by the application. Which of the following tools will you use to accomplish the task?
Options
- ACipher Block Chaining (CBC)
- BOutput Feedback (OFB)
- CCipher Text Stealing (CTS)
- DElectronic Codebook (ECB)
- ECipher Feedback (CFB)
How the community answered
(39 responses)- A79% (31)
- B5% (2)
- D13% (5)
- E3% (1)
Explanation
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?
Topics
Community Discussion
No community discussion yet for this question.