Decrypt an RSA encrypted Base64 encoded string

I created a webhook that receives JSON. The value of one of the fields is RSA-encrypted data in the form of a Base64 encoded string. I have both the private and the public keys. Is there any way to decrypt the data? I tried the Encryptor module but it seems it only works with AES and PGP.

Hi @Milen_Dyankov ,

I am not familiar with this, but it seems that there is something interesting here.

Hope it helps.

2 Likes

Yeah I saw that (I actually read every doc mentioning “encryption”, “RSA”, “key”, …)
The thing is I can’t find this anywhere in Make. Maybe it’s only available in some of the paid plans. I’m currently testing it on the free one. I don’t mind upgrading to a paid one but I need to make sure it works for what I need first.

Maybe the support may help you.