Encrypt plain text input using AES-256 Galois/Counter Mode (GCM) block cipher. Output the hexidecimal representation of the encrypted message with a 128-bit authenication tag adjoined to the end.
Inputs:
256-bit hexidecimal AES-256 secret key, 96-bit hexidecimal IV, plain text character array, plain text Additional Authenticated Data (aad).
Output:
Hexidecimal representation of the encrypted message with a 128-bit authenication tag (also in hexidecimal) adjoined to the end.

Solution Stats

2 Solutions

2 Solvers

Last Solution submitted on Jul 05, 2026

Last 200 Solutions

Solution Comments

Show comments
Loading...