functional overview
Generates a hash.
Details of Functions
character stringspecified fromalgorithmto generate a hash.
The size of the generated hash is determined by the algorithm.
algorithm | Size |
---|---|
MD4 | 128 bits |
MD5 | 128 bits |
SHA-1 | 160 bits |
SHA-2(224) | 224 bits |
SHA-2(256) | 256 bits |
SHA-2(384) | 384 bits |
SHA-2(512) | 512 bits |
parameter
- argument (e.g. function, program, programme)
-
character string character string data
Specify the target string.algorithm Specifies the hash algorithm. - MD4
- MD5
- SHA-1
- SHA-2(224/256/384/512)
output (e.g. of dynamo) Specify output method - text
- binary
- return value
-
character string data binary data
Returns the generated hash.