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...

Problem Recent Solvers2

Suggested Problems

More from this Author65

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!