Uipath text Encryption

Hi,

I am trying to use the encrypt activity for encrypt a text, I do notices we have few encryption mechanism that we could use.

I am trying to use to the AES encryption mechanism. But as you are aware there are multiple “types” of encryption mechanism of AES such as AES-128 or AES 256.

so anyone has any idea which type of AES is being used here?

also how can i use only AES 256 to encrypt my text

thanks

1 Like

Hi,

The following is a part of source code of UiPath.Cryptgraphy activity

This code shows key size will be used max legal key size.

In .net 4.6.1, max legal key size for AES is 256 bit as the following document.
So probably that activity uses AES256.

Regards,