Question: Pointer Exercise in C + + : In this exercise, you will be given a key and a message encrypted using Vigen re Encryption. Your
Pointer Exercise in C:
In this exercise, you will be given a key and a message encrypted using Vigenre Encryption. Your goal is to decrypt this message with the given key.
Input format:
Key size
Key chars decimals representing ascii values
Message size
Message chars decimals representing ascii values
Notes:
All chars in key will only be lowercase alphabets
In char array char there must be a at the end ascii
The problem already added at the end of key and message
How does Vigenre Encryption work?
Message: This is an example case.
Key: example
What about Decryption? Just change to
Here's the example:
You can refer to this code template as attached below:
The txt file is as provided below:
Reminder: code in C only.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
