show / hide menu

Activity – Cryptography

It includes activities for securing and managing sensitive data. It includes functionalities such as Encrypt Text to protect information and Decrypt Text to retrieve original data, ensuring secure communication and data handling within automation workflows.

The Cryptography category has the following sub activities:

Decrypt Text: This activity can be used to decode a string.

Input Properties:

  • CipherText: The encrypted text that needs to be decrypted.
  • Salt: Creates a unique password even in an instance where two users choose the same password.

Output Properties:

  • Result: A string variable that stores the decrypted text.

Encrypt Text: This activity converts a given string value to an encoded text format for preventing unauthorized access.

Input Properties:

  • InputText: The text that you want to encrypt.
  • Salt: Creates a unique password even in an instance where two users choose the same password.

Output Properties:

  • Result: A string variable that stores the encrypted text.