- From: mwatson2 <web-platform-tests-notifications@w3.org>
- Date: Mon, 10 Oct 2016 23:15:32 GMT
- To: public-web-platform-tests-notifications@w3.org
WebCrypto will not wrap a non-extractable key, because wrapping is a form of extraction. So we have to do the wrapping ourselves in JS. We could use a "pure-JS" crypto library, but we can avoid bringing in one of those by (ab)using AES-CBC to do the ECB mode. View on GitHub: https://github.com/w3c/web-platform-tests/pull/3954#issuecomment-252770901
Received on Monday, 10 October 2016 23:15:39 UTC