Encrypt Decrypt using AES private static String algorithm = "DES"; private static Key key = null; private static Cipher cipher = null; private static voi...