Hi everyone,
I need to encrypt some strings to be able to use them in my automation, but then I have to decrypt them (obtaining the starting information) to be able to expose them to the business user.
To encrypt the information they can use the “hash text” activity, while to regain the starting information what activity can I use?
The “decrypt text” activity does not work
1 Like
Hash Text activity is not suitable for this purpose because it is used for hashing, which is a one-way cryptographic function and cannot be reversed.
Instead of this you can use Encrypt Text & Decrypt Text Activity.
2 Likes
Hi @Nawazish_Ahmad, having a string how can I decrypt it?
Simply passing a string variable as input to the “Decrypt Text” activity gives me the following error:
Decrypt Text: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.