A record for an encrypted message. Contains devices, a record like
{ deviceName: <encrypted key> }
You would decrypt the encrypted key -- message.devices[my-device-name] --
with the device's encrypt key
Then use the decrypted key to decrypt the payload
A record for an encrypted message. Contains
devices
, a record like{ deviceName: <encrypted key> }
You would decrypt the encrypted key -- message.devices[my-device-name] -- with the device'sencrypt
key Then use the decrypted key to decrypt the payload