Encryption & Decryption Values

“we would like to store the sensitive information as encrypted in the config file as a process of robot which performs the task.
Example would be such as customer DOB, SSN or could be anything.
Is there any way where we can use the encryption to encrypt and decrypt the data which are stored in the config or log file. Ideally this information should not be seen by anybody who has logged in to the system other than robot.??”

They basically want us to expose our encryption method from the credentials. They want to use it to encrypt data.

hi ,

any solution to the above problem statement.

Thanks

Hi @Teodor_Hoaghea,
@rahinafirdosh
Refer this link create and custom package and you can use it.

https://www.codeproject.com/Articles/14150/Encrypt-and-Decrypt-Data-with-C

Regards,
Arivu :slight_smile:

2 Likes