UiPath Documentation
activities
latest
false

Actividades de desarrollador

Última actualización 21 de abr. de 2026

Aplicar hash al archivo

UiPath.Cryptography.Activities.KeyedHashFile

Descripción

Aplica hash a un archivo con una clave utilizando un algoritmo y un formato de codificación especificados y devuelve la representación de la cadena hexadecimal del hash resultante.

Compatibilidad de proyectos

Windows - Heredado | Windows | Multiplataforma

Windows, configuración multiplataforma

  • Algorithm - A drop-down menu which enables you to select the keyed hashing algorithm you want to use. The following options are available: HMACMD5 (Non-FIPS), HMACSHA1, HMACSHA256, HMACSHA384, HMACSHA512, SHA1, SHA256, SHA384, and SHA512.
  • File - The file that you want to hash.
  • Key - The key that you want to use to hash the specified file. This field supports only strings and String variables.
Opciones avanzadas

Opciones

  • Key Encoding - The encoding used to interpret the key specified in the Key property. The following options are available: System default, Unicode, Unicode (Big-Endian), Unicode (UTF-32), Unicode (UTF-32 Big-Endian), US-ASCII, Western European (ISO), and Unicode (UTF-8).
  • ContinuarEnCasoDeError: especifica si la automatización debe continuar incluso cuando la actividad arroja un error. Este campo solo admite valores booleans (True, False). El valor predeterminado es False. Por lo tanto, si el campo está vacío y se produce un error, se detiene la ejecución del proyecto. Si el valor es True, la ejecución del proyecto continúa independientemente de cualquier error.
    Nota:

    Si se incluye esta actividad en Intentar capturar y el valor de la propiedad ContinuarEnCasoDeError es True, no se detectará error cuando el proyecto se ejecute.

Salida

  • Hash - Reference to the hashed file stored in a String variable for use in other activities.

Windows - Configuración heredada

Panel de propiedades

Común

  • ContinuarEnCasoDeError: especifica si la automatización debe continuar incluso cuando la actividad arroja un error. Este campo solo admite valores booleans (True, False). El valor predeterminado es False. Por lo tanto, si el campo está vacío y se produce un error, se detiene la ejecución del proyecto. Si el valor es True, la ejecución del proyecto continúa independientemente de cualquier error.
    Nota:

    Si se incluye esta actividad en Intentar capturar y el valor de la propiedad ContinuarEnCasoDeError es True, no se detectará error cuando el proyecto se ejecute.

  • Nombre para mostrar: el nombre para mostrar de la actividad.

Entrada

  • Algorithm - A drop-down menu which enables you to select the keyed hashing algorithm you want to use. The following options are available: HMACMD5 (Non-FIPS), HMACRIPEMD160 (Non-FIPS), HMACSHA1, HMACSHA256, HMACSHA384, HMACSHA512, and MACTRipleDES.
  • File path - The path to the file you want to hash.
  • Key - The key that you want to use to hash the specified file. This field supports only strings and String variables.
  • Key Secure String - The secure string used to hash the input string.

Otros

  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.

Salida

  • Result - Reference to the hashed file to be used in other activities.

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado