Is it possible to do an RSA-OAEP256 encryption in Javascript or Postman?

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?

Hi @zachary.baker123,

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: