After a message is entered by the user, I must either encode it or decode it. In order to do so, I am supposed to input two strings to represent my table, but am unsure how to convert them to an array to do so.
private static final String CODE1=
"HTNZUL5m3lDQch enpIuORws1jPgVt zKWbfBxXSArdayC JkvqGiF2YoM4E";
private static final String PLAIN =
"ABCDEFGHIJKLMN OPQRSTUVWXYZabc defghijklmnopqr stuvwxyz ,.;:";
private static final String CODE1=
"HTNZUL5m3lDQch enpIuORws1jPgVt zKWbfBxXSArdayC JkvqGiF2YoM4E";
private static final String PLAIN =
"ABCDEFGHIJKLMN OPQRSTUVWXYZabc defghijklmnopqr stuvwxyz ,.;:";
Comment