Question: I have completed the Caser cipher, translationMatrix interface and the Cipher class. I am lost on how to start the substitution. Where would I start

I have completed the Caser cipher, translationMatrix interface and the Cipher class. I am lost on how to start the substitution. 



Where would I start to implement this cipher properly?



NH 2 3 5 6 7 8 TranslationMatrix.java no usages public class 

NH 2 3 5 6 7 8 TranslationMatrix.java no usages public class Substitution implements Translation Matrix { Caesar.java } 1 usage @Override public String translate(String[] words) { Substitution.java return null; Translator.javax Cipher.java Vigenere.java

Step by Step Solution

3.55 Rating (165 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

To implement the Substitution cipher properly youll need to understand how the Substitution cipher works and what the TranslationMatrix interface and the Cipher class are used for Understand Substitut... 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!