Skip to content

PBKDF2 on Internet Explorer resorts to native subtle and fails #81

Description

@wh1t3cAt1k

The reason is that (to the best of my knowledge) PBKDF2 is not supported on IE11.

The failure is NotSupportedError returned by native IE11 subtle upon importKey() call with PBKDF2. Here are the args:

image

I know this library does not officially support IE11, however I have nowhere else to go 😂 until Microsoft deprecates its IE-based webview for Office.js add-ins.

As far as I can see, the liner already supports PBKDF2 fallback, can any tweaks be made at the wrapNative level to enable this scenario?..

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions