This public key will be sent along with a private key ID or wallet ID
inside of a new EXPORT_PRIVATE_KEY
or
EXPORT_WALLET
activity
The export bundle comes from the parent page and is composed of a public key and an encrypted payload. The payload is encrypted to this document's embedded key (stored in local storage and displayed above). The scheme relies on HPKE (RFC 9180).
The export bundle comes from the parent page and is composed of a public key and an encrypted payload. The payload is encrypted to this document's embedded key (stored in local storage and displayed above). The scheme relies on HPKE (RFC 9180).
Below we display a log of the messages sent / received. The forms above
send messages, and the code communicates results by sending events via
the postMessage
API.