Open microshine opened 6 years ago
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.
@dannycoates any luck with PR? There is new vote for PBKDF2.
You can make PR to webcrypto-core
and webcrypto-liner
. I'll test and fix it if needed
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