Posts

Showing posts with the label AWS

Encryption Context (AAD) with AWS KMS

Introduction - AAD  AWS KMS API supports authenticated encryption using additional authentication data (AAD). The concept of AAD is explained in AWS’ documentation. However, as this is not trivial, I have decided to put that into a live example in this blog post and a simple web application example (available at this GitHub repository).