You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dannycoates I just noticed your fork, there’s some good changes in here. If you’d be interested in having those merged into the main project just submit a PR be happy to accept them
The text was updated successfully, but these errors were encountered:
hi @microshine, sure. I just hacked together exactly what I need, so it needs some work to make it good for general use. I'll try to do that and PR soon.
Hey guys, I desperately needed PBKDF2 for use with @webcrypto/storage (it uses key derivation from a password by default and this behaviour is non-overridable unless I fork) and IE11 (Microsoft forces its usage for Office-JS add-ins, unfortunately).
I tried this library as a polyfill, but got a NotSupportedException. Seems like the implementation still missing?
UPD: I see that there is an implementation of PBKDF2, however looks like I hit a NotSupportedError because native subtle and not its polyfilled version is used. I will investigate some more.
@dannycoates I just noticed your fork, there’s some good changes in here. If you’d be interested in having those merged into the main project just submit a PR be happy to accept them
The text was updated successfully, but these errors were encountered: