Secure file transfers between departments using UiPath

Hello ,
I work in a financial institution where secure file transfers between departments are crucial. We need to ensure that the files have not been tampered with during transit. How to achieve this , can anyone provide the approach

Hi @irarao ,

  • Before Sending the File:
    Use the HashFile activity to hash the file with a secure key and chosen algorithm.
    Save the hash to a database or include it in the file metadata.
  • Upon Receiving the File:
    Hash the received file using the same HashFile activity.
    Compare the hashes to ensure the file has not been altered.

Hash file activity can be seen in cryptography activities package.

Regards
Sandy

Hi @sandyarpa767 what do u mean by algorathim here ?

Here in the activity u will have property to select any one of the Options include HMACMD5 (Non-FIPS), HMACSHA1, HMACSHA256, HMACSHA384, HMACSHA512, SHA1, SHA256, SHA384, and SHA512.

Thanks for info @sandyarpa767

Please close the loop , by marking as solution if u have ur resolution from the responses

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.