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 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
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
Get step-by-step solutions from verified subject matter experts
