viusal Stduio homework
Use array for this homework. please do not copy it from the internet The Caesar cipher is one of the earliest known and simplest ciphers. It is a type of substitution cipher in which each letter in the plaintext is ‘shifted’ a certain number of places down the alphabet. For example, with a shift of 1, A would be replaced by B, B would become C, and so on. The method is named after Julius Caesar, who apparently used it to communicate with his generals. To pass an encrypted message from one person to another, it is first necessary that both parties have the ‘key’ for the cipher, so that the sender may encrypt it and the receiver may decrypt it. For the Caesar cipher, the key is the number of characters to shift the cipher alphabet. Here is a quick example of the encryption and decryption steps involved with the Caesar cipher. The text we will encrypt is ‘defend the east wall of the castle, by sending 50 more soldiers there’, with a shift (key) of 1. plaintext: defend the east wall of the castle, by sending 50 more soldiers there ciphertext: FGHGPF VJG GCUV YCNN QH VJG ECUVNG, DA UGPFKPI 61 OQTG UQNFKGTU VJGTG Write a C# program that allows the user to enter the following information into text boxes: Whether they want to encrypt a message or decrypt a message The key value (1 – 20) The filename where the original message is located The program should then either encrypt or decrypt the message, displaying the result in a list box. Test your program by decrypting the text file secretMessage.txt located in the I:koppoutboxCS 313 01Program Assignments folder. The key for this file is 1. You are required to create an array that will be the cipher code. Any characters that are not part of the 26 letters of the alphabet and the 10 digits should be passed through without changing them. When you create your cipher, add the digits 0-9 to the end of the alphabet and shift for 36 total characters. Add the following comments to the beginning of the program. Name: Your Name Class and Section: CS 313 01 Assignment: Program Assignment 03 Due Date: See above Date Turned in: Program Description: You write a short description of what the program will do When you complete the program, do the following. 1. Turn in a printout of the source code from Visual Studio with this sheet attached to the front 2. Create a folder with the following name: Program 03 Add punctuation (. , ? ! ;) and a space as part of the characters of the available alphabet and part of the cipher. So the above message would cipher to: FGHGPFBVJGBGCUVBYCNNBQHBVJGBECUVNG!BD0BUGPFKPIB72BOQTGBUQNFKGTUBVJGTG
"You need a similar assignment done from scratch? Our qualified writers will help you with a guaranteed AI-free & plagiarism-free A+ quality paper, Confidentiality, Timely delivery & Livechat/phone Support.
Discount Code: CIPD30
Click ORDER NOW..


