webcrypto-liner icon indicating copy to clipboard operation
webcrypto-liner copied to clipboard

PR

Open microshine opened this issue 6 years ago • 3 comments

@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

microshine avatar Apr 02 '18 19:04 microshine

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 avatar Apr 02 '18 19:04 dannycoates

@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

microshine avatar Apr 27 '18 12:04 microshine

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.

wh1t3cAt1k avatar Jan 12 '21 09:01 wh1t3cAt1k