static String decode(String text) { // The decoding process is the same as encoding for this cipher return encode(text); }