As stated in the title, I am looking into RSA encryptions and I am looking to encrypt a string in an RSA-OAEP256 encryption. What libraries or tools could I integrate into Postman to perform this kind of encryption?
Though crypto-js
is available in the Postman sandbox, I don’t think it supports RSA at the moment.
Another way to do it is to import your own library following the instructions in that post:
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.