SecretKeySpec secretKeySpec = new SecretKeySpec(key.getBytes(StandardCharsets.UTF_8), "AES");; Cipher cipher = Cipher.getInstance("AES/ECB/PKCS5Padding");
確定! 回上一頁