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

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: