I got two class a cipher and tester class
here is cipher:
import java.util.*;
import java.lang.*;
public class Ciph{

public char[][] getCipherText(){
char[][]...