Access keys from browser storage using webcrypto api

I found out that IE11 supports the web cryptography API. Is it possible to access keys in browser storage using this API through Javascript? I could not find any interfaces for this.

+4
source share
2 answers

Unfortunately this is not possible. But another API ( "Opening WebCrypto" ) is currently being developed to provide access to pre-prepared keys in WebCrypto.

As explained in the summary of the working draft:

API JavaScript , , API -. - , UA , , , API -.

, , , - , API.

+2

, , . , , .

" " , , DRM, , Netflix, , .

+1

All Articles