static String encryption(String s) { int size = (int) Math.ceil(Math.sqrt(s.length())); String[] x = new String[size]; String[] y = arr(s); for (int