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: