How to decrypt encrypted databse values inside UiPath using AES Algorithm

Hi,

I am getting data (say Employee Number, Claim Number) from SQL Server database to my UiPath application. Input data from database is encrypted. I need to decrypt (Using AES Algorithm) the details in UiPath. SQL Server level decryption is not possible.

ie, If my input filed - EmployeeId is 100023, which is stored as ‘EE#00000QQQ’ in db. I need to decrypt the data inside UiPath workflow using AES decryption logic (Decryption key is stored in keystore file).

Is there any way to do this. Kindly help.

Thanks,
Vipin.P.C

Hey Do you have any solution. If yes please let me know