RSA Encryption in Uipath

Do we have any Uipath activity that I can use to perform RSA Algorithm encryption.

Current Uipath Cryptography activities only has AES, DES, RC2, Rijindael & TripleDES.

Note: I cannot use any API’s for this purpose due to security concerns and hence, RSA encryption has to be done locally.

It would be great if I Can get some help with this?

Hi,

As far as i know, there is no activity for RSA encryption.
Probably, we need to use RSACryptoServiceProvider to achieve it.

Regards,

1 Like