How to decode a message in base64 in json format using the function CryptoJS

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 :blush:

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 :tada: