Description
Implement the GCM mode in CBC - aes_encrypt() and aes_decrypt(). Use AES/CBC/PKCS5Padding of the Java Cryptographic Extension (JCE) framework. Output should be compatible with OpenSSL.
Implement the GCM mode in CBC - aes_encrypt() and aes_decrypt(). Use AES/CBC/PKCS5Padding of the Java Cryptographic Extension (JCE) framework. Output should be compatible with OpenSSL.