How to create a JWE token with a provided encrypted key #2519
Unanswered
paulomorgado
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create a token with the content of a file encrypted to send.
The sender has both the plain text symmetric key and the encrypted symmetric key.
The recipient has the ability to decrypt the encrytped symmetric key.
Is there a way to create such a token using System.IdentityModel.Tokens.Jwt?
Beta Was this translation helpful? Give feedback.
All reactions