Can an activity be provided similar to Automation Anywhere to encrypt/decrypt a PDF file
2 Likes
HI,
I wanted to know if the files and texts can be encrypted using the following algorithms in UIPath -
1-AES128
2-AES192
3-AES256
4-BLOWFISH
5-CAST5
6-TWOFISH256
7-Idea
Regards,
Rashi
2 Likes
Hello @lawanyaram,
You can protect PDF files using the out of the box Manage PDF Password activity of the PDF package.
Please let me know if this fixes your issue!
Ioana
Hi @lawanyaram
As mentioned by @Ioana_Gligan, please see this activity:
Shouldn’t the password be of SecureString type? Currently, the password is in clear text and doesn’t comply with best practice.