uips-fixtures UiPath.Cryptography.Activities 2.0.0

6 activities · uips-fixtures catalog v0.3 · generated 2026-04-11T08:33:04Z

Decrypt File
UiPath.Cryptography.Activities.DecryptFile

Decrypts a file based on a specified key encoding and algorithm.

Arguments

NameDirTypeReqDefaultDescription
InputFilePath In InArgument<String>
Key In InArgument<String>
KeySecureString In InArgument<Security.SecureString>
KeyEncoding In InArgument<Text.Encoding>
OutputFilePath In InArgument<String>
OutputFileName In InArgument<String>
ContinueOnError In InArgument<Boolean>

Properties

NameKindTypeDescription
Algorithm property UiPath.Cryptography.SymmetricAlgorithms
Overwrite property Boolean
Decrypt Text
UiPath.Cryptography.Activities.DecryptText

Decrypts text based on a specified key encoding and algorithm.

Arguments

NameDirTypeReqDefaultDescription
Input In InArgument<String>
Key In InArgument<String>
KeySecureString In InArgument<Security.SecureString>
Encoding In InArgument<Text.Encoding>
Result Out OutArgument<String>
ContinueOnError In InArgument<Boolean>

Properties

NameKindTypeDescription
Algorithm property UiPath.Cryptography.SymmetricAlgorithms
Encrypt File
UiPath.Cryptography.Activities.EncryptFile

Encrypts a file with a key based on a specified key encoding and algorithm.

Arguments

NameDirTypeReqDefaultDescription
InputFilePath In InArgument<String>
Key In InArgument<String>
KeySecureString In InArgument<Security.SecureString>
KeyEncoding In InArgument<Text.Encoding>
OutputFilePath In InArgument<String>
OutputFileName In InArgument<String>
ContinueOnError In InArgument<Boolean>

Properties

NameKindTypeDescription
Algorithm property UiPath.Cryptography.SymmetricAlgorithms
Overwrite property Boolean
Encrypt Text
UiPath.Cryptography.Activities.EncryptText

Encrypts a string with a key based on a specified key encoding and algorithm.

Arguments

NameDirTypeReqDefaultDescription
Input In InArgument<String>
Key In InArgument<String>
KeySecureString In InArgument<Security.SecureString>
Encoding In InArgument<Text.Encoding>
Result Out OutArgument<String>
ContinueOnError In InArgument<Boolean>

Properties

NameKindTypeDescription
Algorithm property UiPath.Cryptography.SymmetricAlgorithms
Hash File
UiPath.Cryptography.Activities.KeyedHashFile

Hashes a file with a key using a specified algorithm and returns the hexadecimal string representation of the resulting hash. It supports hashing algorithms with a key and without a key.

Arguments

NameDirTypeReqDefaultDescription
FilePath In InArgument<String>
Key In InArgument<String>
KeySecureString In InArgument<Security.SecureString>
Result Out OutArgument<String>
ContinueOnError In InArgument<Boolean>

Properties

NameKindTypeDescription
Algorithm property UiPath.Cryptography.KeyedHashAlgorithms
Hash Text
UiPath.Cryptography.Activities.KeyedHashText

Hashes a string with a key using a specified algorithm and returns the hexadecimal string representation of the resulting hash. It supports hashing algorithms with a key and without a key.

Arguments

NameDirTypeReqDefaultDescription
Input In InArgument<String>
Key In InArgument<String>
KeySecureString In InArgument<Security.SecureString>
Result Out OutArgument<String>
ContinueOnError In InArgument<Boolean>

Properties

NameKindTypeDescription
Algorithm property UiPath.Cryptography.KeyedHashAlgorithms