Question: 5 . 5 . Write a program Decrypt.java which takes in the name of an encrypted file as a command line argument and the name

5.5. Write a program Decrypt.java which takes in the name of an encrypted file as a command line argument and the name of a file containing an appropriate keypad string. This program will proceed to decrypt that file using the given keypad. This program is the reverse of the previous program and if you ran these 22 programs in sequence you should wind up with the original file ((with all uppercase letters being replaced by lower case letters).). As before if the given encrypted file or the keypad file does not exist then exit with an error code of 11 and appropriate error message.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

import javaioBufferedReader import javaioFileReader import javaioIOException import javaniofileFiles ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!