ron
private Cipher getCipher() throws NoSuchAlgorithmException, NoSuchProviderException, NoSuchPaddingException { return Cipher.getInstance("AES/CBC/PKCS5Padding", "SunJCE"); }