3 write a program to encrypt and decrypt strings


3. Write a program to encrypt and decrypt strings of characters using the following ciphers:
a) Caesar cipher
b) Vigenere cipher
c) Matrix transposition cipher

Your program should contain functions/methods to encrypt a given plaintext string of characters and a key and generate the corresponding ciphertext. It should also contain functions/methods to decrypt a ciphertext string of characters and generate the corresponding plaintext. Submit the source codes and sample runs of the program.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: 3 write a program to encrypt and decrypt strings
Reference No:- TGS0204893

Expected delivery within 24 Hours