AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Categoría: Hash functions
8 resultados
Funciones Hash
El hashing se usa para resumir un archivo o una cadena de caracteres...
Hash constants
List of constants used by the Hash functions.
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
Procedimiento WLanguage llamado por la función HashCheckString
Dibuja un texto RTF en una variable de tipo WDPic.
Procedimiento WLanguage llamado por la función HashString
Procedimiento ("Callback") llamado por la función HashString al aplicar el algoritmo de hash. Este procedimiento permite obtener el resultado del hash.