An implementation of the aes128gcm
encoding specified in
RFC8188
(editor’s draft).
Note: keys are arrays of bytes, but are displayed on this page and expected in query string parameters as base64url-encodings of those bytes.
Return an HTTP response with a given Content-Encoding.
yqdlZ-tYemfogSmv7Ws5PQ
.BO3ZVPxUlnLORbVGMpbT1Q
.Accept an HTTP request with a given Content-Encoding.
POST
a request with a supported content-encoding to
aes128gcm?key-id=b64-key,
providing the decryption key (key-id and base64url-encoded key value) in the querystring.