The hash file activity hashes the contents of a string variable and returns it as string or bytes array variable
uses System.Hash
Activity properties
begin var Variable: TBytes; Variable := THashMD5.GetHashBytes(Content); end; |
Resulting code
Supported hashing types
- MD5
- SHA1
- SHA2_224
- SHA2_256
- SHA2_384
- SHA2_521
- SHA2_521_224
- SHA2_512_256