It looks like the lib interacts with a browser window… But Postman is built more like a basic nodeJS, it doesn’t have a browser window to interact with.
I’m trying to do PKCS#1_1.5 encryption on my request payload before firing the API but the inbuilt CryptoJS doesn’t support any RSA Schemes, so I was trying to import a lib that has this implementation so far all my attempts have been futile, happen to know any JS libs that implement PKCS#1_1.5 and work in postman?
Native crypto module of node.js does support this, is there a way to access the same on postman?