Re: [w3c/webpayments-crypto] Fixes for key definitions and examples (#14)

adrianhopebailie commented on this pull request.



> @@ -213,18 +288,18 @@ <h2>
       </h2>
       <section id="key">
         <h3>
-          Content Encryption key
+          Key Encryption key

@wanli There are two keys. The RSA key is not the CEK it is just used to securely exchange the CEK with the other party. The CEK is a symmetric key used to encrypt the content using AES 128 GCM.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webpayments-crypto/pull/14#discussion_r192276485

Received on Friday, 1 June 2018 00:55:42 UTC