JWE decrypt not working

Options

Hi, I'm trying to follow this tutorial https://www.youtube.com/watch?v=ydOlrknsMnw , but the decrypting is no returning the payload. I've followed all the steps but is not working 😣

Any ideas? Thanks!

Best Answer

  • Ray Deck
    Ray Deck Trusted Xano Expert ✭✭✭
    edited December 2022 Answer βœ“
    Options

    @hector your decrypt appears to be working! It is successfully returning all of the claims in the JWE (crypto_1). However, there are no claims, so it is correctly returning nothing. Claims are the "payload" of a JW[E/S/T]. Add a member to claims using the "set" filter in JWE Encode, then run it through - the objective is to retrieve those claims from the other end.

Answers