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
I'm currently working on a project that requires Chacha20/Poly1305 & X25519 for JWE, and ED25519 for JWS for all data sent to the backend, from a browser.
Currently it's possible to use all of these on Node, because it's Crypto module contains an implementation of them.
However, I need it in the Browser.
I'm thinking of integrating a pure JavaScript implementation of Chacha20/Poly1305 X25519 and ED25519 into node-jose, for this purpose.
To be compliant with the following RFCs: RFC7539 RFC8439 RFC8037
My question is, would you be interested in a PR? or is the focus on WebCrypto only?
Thanks,
Mischa
The text was updated successfully, but these errors were encountered:
Mischala
changed the title
Browser compatible implementation of Chacha20/Poly1305
Browser compatible implementation of Chacha20/Poly1305, X25519 and ED25519
Sep 21, 2018
I'm currently working on a project that requires Chacha20/Poly1305 & X25519 for JWE, and ED25519 for JWS for all data sent to the backend, from a browser.
Currently it's possible to use all of these on Node, because it's Crypto module contains an implementation of them.
However, I need it in the Browser.
I'm thinking of integrating a pure JavaScript implementation of Chacha20/Poly1305 X25519 and ED25519 into node-jose, for this purpose.
To be compliant with the following RFCs:
RFC7539
RFC8439
RFC8037
My question is, would you be interested in a PR? or is the focus on WebCrypto only?
Thanks,
Mischa
The text was updated successfully, but these errors were encountered: