Is there any reason to choose A256GCMKW over A256KW in JSON Web Encryption?
When implementing JSON Web Encryption (JWE), I understand the reasons why you might choose A256KW over DIR. But, now I notice there is also A256GCMKW as an optional part of the JWE standard (see RFC7518 page 19 which defines it in detail, … Continue reading Is there any reason to choose A256GCMKW over A256KW in JSON Web Encryption?