Ryan Hurst

Results 412 comments of Ryan Hurst

It's gotten much better and should be better within the next year (tell Rob Trace at MS to hurry up and fix it in Edge :p) You may also like...

Check out WebRTC support here : http://caniuse.com/#search=webrtc

This is dangerous; you can not tell if the second key was requested by the authorized user as a means to keep availability once the revocation happens (replace and revoke)....

Yes, I think the serverless log work is perfect for this use case. If you were to use that then the omniwitness work would be able to support your effort...

Notice would be good in my book.

I was thinking simply counting.

I agree with @titanous. It seems that a re-usable module like that would be needed by many and isnt really core to zlint itself.

OpenPGP seems to have a cleaner PKCS1.5 impl - https://github.com/openpgpjs/openpgpjs/blob/c9b20c96e01e030b8c8424d0ca6e76b59e983c21/src/crypto/pkcs1.js

It already supports RSA OAEP (encryption), this should be enough for that. See https://peculiarventures.github.io/pv-webcrypto-tests/ for what is supported in each of your target UAs. Most UAs seem to support RSA...

@TJKoury are you aware of @peculliar/webcrypto it is a node implementation of webcrypto and Node v15 also has native support. I am not against having liner support Node but its...