javascript - webcrypto solution on IE 10 and android 4.x -
is way find polyfill support webcrypto on ie10 , android4.x? found webcrypto-shim ie11.
i need webcrypto in jose-jwt plugin in javascript client side encryption of datas
the web cryptography api not supported in ie11 or android (if mean webview), available in android browser , chrome android
see http://caniuse.com/cryptography/embed 
webcrypto-shim targeted fix legacy browsers using partial or non-standard implementations such ie11 , safari8, not find full polifyll older browsers because native implementation part needed, @ least key storage
to encrypt data in client sid use javascript library, since not need specific function of webcryptographyapi, of course, depends on jose-jwt library
Comments
Post a Comment