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

webcrypto-liner is a polyfill that let's down-level User Agents (like IE/Edge) use libraries that depend on WebCrypto. (Keywords: Javascript, WebCrypto, Shim, Polyfill)

Results 39 webcrypto-liner issues
Sort by recently updated
recently updated
newest added

Hey guys, I'm trying to use this package or webcrypto-shim to fix Safari's webcrypto package. I'm getting this error though: ``` Error: Unsupported algorithm 'hmac' ``` I've included asymcrypto and...

https://github.com/google/wycheproof/pull/34

enhancement

PKIjs supports both SPKI and PKCS8, we can use this to add support for these key exports. We can do this as an optional dependency. If PKIjs is found we...

enhancement

Seems like we should be able to do this but it doesn't work right now

help wanted

At the moment the product does not have "a prove" that its works exactly like native WebCrypto. Yes, you made an interface looks exactly like WebCrypto. But there are no...

enhancement

We will want to add Travis-CI integration so we can make sure builds are reproducable.

enhancement

Asymcrypto supports SHA2-512, since we cary it in the package we might as well expose it.

enhancement

https://github.com/quartzjer/chacha20

enhancement

https://www.npmjs.com/package/blakejs

enhancement

Our decision to use asmcrypto.js means we do not get PKCS#1 1.5 from the third-party library, it seems like we can still accomplish this by padding and them using raw...

enhancement