Good morning, I have a bot that does this, first the client or user fills out a form where they enter the email to which the document will be sent, they must fill out the form with their email and file number, in a Google form , then there is a flow in Power Automate that does this search through queries in a database, and then returns us an identification document, that identification document is used by the UiPath bot, it would be like this url + identification document, it uses it like this the bot, but what I need is that the url + id I need to encrypt it, but I have certain rules such as The class that is used is Cryptography,The algorithm that is used is AES-256-CBC,The size of the key that is generated is 32 and the IV array is 16, this I must make the bot no longer use the url +id just so it has to use it encrypted in chrome to search for the document and download, I already have everything I just need to encrypt what I asked for, it could be via UiPath, python, etc. but that UiPath can read because the chrome process does UiPath I only need to encrypt but I don’t know how, could you help me Please, thank you.
