ECMR algorithm for encryption in browser #668
Unanswered
clauderobi
asked this question in
Q&A
Replies: 1 comment 8 replies
-
If there are tools with proprietary algorithms then use those. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using tang / clevis and able to replicate the the encryption operation of clevis using this jose library. But only in a node JS context. My need is actually for a browser context where the ECMR is not recognized (or implemented).
I suspect it is possible to perform the ECMR procedure manually and I tried bit the resulting JWE does not work with the desktop clevis client. So I am doing something wrong. I simply specified ECDH-ES for the encryption key and replaced alg back to ECMR in the returned JWE (was not expecting it to work though...). Any suggestion?
Beta Was this translation helpful? Give feedback.
All reactions