Question: Lab Activity 1 : Encrypt File using Java Write a Java code that encrypt data using Caesar Cipher technique. By passing the message and the
Lab Activity : Encrypt File using Java
Write a Java code that encrypt data using Caesar Cipher technique. By passing the message and the key
to encrypt the message.
Create Message.txt file and put the following text in this file:
Hello my friend, can we meet today in my office afternoon?
Do not forget to bring your laptop.
Write a Java code that read the logintxt file and encrypt it using Caesar Cipher technique. This
code prompt the user to input the key and based on the key it encrypt the content of the
logintxt file. The decrypted message will be saved in output.txt file
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
