I have been researching on how to link postman with github. Once the link was established, the content fetched was by default encoded to base64 in json format.
Now, Iโm trying to decode the message by writing scripts in Test, but unable to do so.
Is there any script for decoding using CryptoJS?
Hello @research-candidate-2,
I havenโt tried using CryptoJS, but I see this post. Please check if thereโs something you need. Also you can try searching the forum
Hello @research-candidate-2,
Now, you can find a dedicated collection for Crypto JS library on postman.
And you can also find Base64 encoding and decoding [here].(Postman)
Cheers