Take a message object, create a new AES key, and encrypt the message with the key. Return encrypted message and the key, encoded as base64url.
base64url
The message to encrypt.
The encrypted message and key.
Take a message object, create a new AES key, and encrypt the message with the key. Return encrypted message and the key, encoded as
base64url
.