Question
You are given two files, encrypted.txt and substitution.txt. The file encrypted.txt has text which needs to be encrypted. The file substitution.txt has the following 1-1
You are given two files, encrypted.txt and substitution.txt. The file encrypted.txt has text which needs to be encrypted. The file substitution.txt has the following 1-1 substitution map: "xrhnkesdfgowqjvlzaibptmycu". Write a C program that encrypts the file encrypted.txt with the key from substitution.txt and places the output to decrypted.txt.
Example: If the file encrypted.txt includes "Cfppk wkbvrp tfsdj. Ckl rbf xkz vkhrx?" Then the file decrypted.txt should include "Hello mortal being. How are you today?"
Add explanation comments to the code.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started