trustedlogin / trustedlogin-vendor

Plugin to interact with TrustedLogin's encrypted storage infrastructure to redirect support staff into an authenticated session on client installations.
GNU General Public License v3.0
0 stars 1 forks source link

Get `nonce`, `publicKey` from envelope payload #27

Closed inztinkt closed 4 years ago

inztinkt commented 4 years ago

nonce and publicKey are needed by Sodium\crypto_box_open (blocks #26)

Optionally: metaData is for anything misc. non crypto-related.

inztinkt commented 4 years ago

Related to https://github.com/trustedlogin/trustedlogin-ecommerce/issues/221