activities
latest
false
- Overview
- Cryptography
- Database
- Java
- Python
- WebAPI
Developer activities
The following table lists the activities that are included in the Cryptography activity package.
| Activity | Description |
|---|---|
| Decrypt File | Decrypts a file based on a specified key encoding and algorithm. |
| Decrypt Text | Decrypts a string based on a specified key encoding and algorithm. |
| Encrypt File | Encrypts a file with a key based on a specified key encoding and algorithm. |
| Encrypt Text | Encrypts a string with a key based on a specified key encoding and algorithm. |
| Hash File | Hashes 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 Text | Hashes 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. |
| PGP Generate Keys | Generates an OpenPGP public/private RSA key pair and saves them to the specified file paths. |
| PGP Sign File | Creates a PGP binary signature of a file using a private key. |
| PGP ClearSign File | Creates a PGP clear-text signature of a file using a private key. |
| PGP Verify | Verifies a PGP signature or clearsignature, or validates a public key file. |
The same capabilities are available to coded (C#) workflows through the cryptography service. For details, see Cryptography coded automation APIs.