(encrypt/ decrypt files) encode the file by adding 5 to every byte in the file. write a program that prompts the user to enter an input file name and an output file name and saves the encrypted version of the input file to the output file. also write a program to decode the encrypted file. your program should prompt the user to enter an input file name for the encrypted file and an output file name for the unencrypted version of the input file.

Solved
Show answers

Ask an AI advisor a question