Please enable JavaScript to view this site.

Codolex

Navigation: Activities > Hashing

Hash string/bytes

Scroll Prev Top Next More

The hash file activity hashes the contents of a string variable and returns it as string or bytes array variable

uses System.Hash

 

HashVariable

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

© by GDK Software