Question: Write a program in C# that does the following ( must be just encrypt! Keys are listed to aid with creation of the program .
Write a program in C# that does the following (must be just encrypt! Keys are listed to aid with creation of the program. It must be in C# given this is what requested in the assignment and please include a main in your C# code!):
- Encrypts the message below using a Ceaser cipher, Transposition cipher and Vignere Cipher. Clear text is the message to be encrypted.
- Clear text: This is a private encrypted message
Keys
- Ceaser Cipher: 15
- Transposition Cipher (4 lines, line = charindex mod 4)
- Substitution Cipher: ZYXWVUTSRQPONMLKJIHGFEDCAB
- Vignere Cipher: SECURITY
Vignere: "THERE TX SYDTM PX QWBOZRH "
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
