Re: [WebCryptoAPI-tests] Add test for unwrapping a non-extractable key (#3954)

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