Guys, good afternoon,
I’m putting together a code where using the UiPath.Cryptography.Activities package
- Receive a password
- Encrypts the password and generates a key
- Exports both the Encrypted Password and the Generated Key to a txt
- Retrieves both information from TxT
- Use the information as parameters to decrypt and recover the original password
I am having difficulty precisely in the fifth stage because the following error occurs:
Could anyone tell me how to get around this error and recover the original password?
I attached the project for those who want to analyze
EncryptTest.zip (49.7 KB)
Thanks in advance for your help