Skip to main content

Activities

The following table lists the activities that are included in the Cryptography activity package.

ActivityDescription
Decrypt FileDecrypts a file based on a specified key encoding and algorithm.
Decrypt TextDecrypts a string based on a specified key encoding and algorithm.
Encrypt FileEncrypts a file with a key based on a specified key encoding and algorithm.
Encrypt TextEncrypts a string with a key based on a specified key encoding and algorithm.
Hash FileHashes a file with a key using a specified algorithm and encoding format and returns the hexadecimal string representation of the resulting hash.
Hash File (deprecated)Applies the selected hashing algorithm on the contents of the provided file and returns the hexadecimal string representation of the resulting hash.
Hash TextHashes a string with a key using a specified algorithm and encoding format.
Hash Text (deprecated)Hashes a string using a specified algorithm and returns the hexadecimal string representation of the resulting hash.