How to encrypt and decrypt files using UiPath

+1 vote
How can I encrypt and decrypt files using Cryptography in UiPath?
Mar 11, 2019 in RPA by Ashmita
4,448 views

1 answer to this question.

+1 vote

Hey Ashmita, if you want to encrypt and decrypt some of your files, you can use UiPath.Cryptography.Activities package. Now given steps can help you encrypt and then decrypt your file easily using UiPath:

1. Open UiPath and create a new Process. Now click on Manage Packages and search for "UiPath.Cryptography.Activities" in official section. Download this dependency.

2. Create a Sequence and name it Cryptography. Now add Encrypt File activity and set Algorithm to AES. Also set the Input Path (source file path) and Output Path (path where you want to save encrypted file).

3. Then drag a Decrypt File activity and again set the Algorithm to AES. Set the Input Path to the path of encrypted file and Output Path as the path of decrypted output file.

4. Then if you wish to show how the Hashed file of your file would look like, call a Hash File with Key activity and set the File Path as the path of your Original File. Also select the Algorithm as HMACSHA256.

Finally, you will be able to see the Encrypted and Decrypted files as the mentioned locations:

answered Mar 11, 2019 by Abha
• 28,140 points
We cannot open the encrypted file manually it is throwing error
What error? Post the entire error log here.

Related Questions In RPA

0 votes
4 answers

How to find the sum of 2 columns of an excel and display it in a 3rd column using UIPATH?

These are the steps to add two ...READ MORE

answered Aug 2, 2019 in RPA by Shivi Singhal
13,887 views
0 votes
1 answer

How to get the IP address, subnet mask and default gateway for all adapters using UiPath?

Hi Rakshit, in order to get the ...READ MORE

answered Mar 7, 2019 in RPA by Pratibha
• 3,690 points

edited Mar 7, 2019 by Pratibha 1,429 views
+3 votes
1 answer

How to extract data from a website and save it to excel using UiPath?

Hi Piyush, if you want to extract ...READ MORE

answered Mar 8, 2019 in RPA by Anvi
• 14,150 points
21,629 views
0 votes
1 answer

How to extract specific type of files from a directory using UiPath?

Hey @Avani, if you want to extract ...READ MORE

answered Mar 14, 2019 in RPA by Anvi
• 14,150 points
9,499 views
0 votes
1 answer

Automation in Uipath

you can use the Database package for connecting  ...READ MORE

answered Apr 17, 2018 in RPA by wrecker
• 3,110 points
1,313 views
0 votes
1 answer

UiPath vs Workfusion

in WorkFusion, you can create a script ...READ MORE

answered Apr 17, 2018 in RPA by wrecker
• 3,110 points
2,395 views
0 votes
1 answer

Surface automation in rpa?

Surface automation is a visual automation that is done using ...READ MORE

answered Apr 20, 2018 in RPA by wrecker
• 3,110 points
1,522 views
0 votes
1 answer

Private Chrome window open UiPath

To open the browser in private mode, ...READ MORE

answered Apr 25, 2018 in RPA by wrecker
• 3,110 points
1,240 views
0 votes
1 answer

How to move folders containing Json and Images files to another folder in uipath?

Hey Akshay, you can check this thread ...READ MORE

answered Jun 3, 2019 in RPA by Abha
• 28,140 points
1,948 views
0 votes
2 answers

Moving Files from one folder to another using UiPath

if you want to copy and move ...READ MORE

answered May 29, 2019 in RPA by Venkat
• 320 points
14,420 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP