Question: Requirements: Please write a Java code that will help me decipher this . txt file I have. You need to submit: ( 2 0 points
Requirements:
Please write a Java code that will help me decipher this txt file I have. You need to submit:
pointsThe program for obtaining the frequency of each letter and two letter combinations in the
ciphertext.
points The program to decrypt the document using a key.
You can choose the programming language you like, but you should implement the file processing eg read in
the file in find the counts and frequency of each letter, replace the ciphertext letter with the plaintext letter in
the file, and then write the tentative plaintext into a file by yourself instead of just calling one method for
counting the frequency or replacing letters in a file.
points Your analysis on the key that was used. This can be a word or text document. You should primarily
use the frequency analysis Single letter frequency and two letter frequency is likely enough and assist it with
analysis on chosen ciphertext using your knowledge with the English language refer to the example in Module
Slide
points The decrypted text plaintext corresponding to your ciphertext.
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
