I have JWE encrypted request and response from a mobile application and co-incidently i do have access to private keys stored in mobile app itself. Since i have no devlopement background of nodejs. Can someone tell me detailed steps to decrypt the encrypted traffic. Thanks in advance.
Asked
Active
Viewed 159 times
0
-
2Please read [How do I ask good questions](https://stackoverflow.com/help/how-to-ask) and provide a [mcve](https://stackoverflow.com/help/mcve). – Björn Zurmaar Jun 21 '18 at 08:57
-
[Section 5.2 of RFC7516](https://tools.ietf.org/html/rfc7516#section-5.2) is quite clear about that... – Spomky-Labs Jun 22 '18 at 06:09