$sha512 » History » Version 2
Per Amundsen, 02/23/2023 07:36 PM
1 | 1 | Per Amundsen | _Added in 1.9.7_ |
---|---|---|---|
2 | |||
3 | *$sha512(text|&binvar|filename,[N])* |
||
4 | |||
5 | Computes the SHA512 hash value for the input data. |
||
6 | |||
7 | *Parameters* |
||
8 | |||
9 | 2 | Per Amundsen | table(ktable). |
10 | |*Parameter*|*Description*| |
||
11 | | text<notextile>|</notextile>&binvar<notextile>|</notextile>filename | Input to compute. | |
||
12 | | N | Input type, 0 = plain text, 1 = &binvar, 2 = file (default is 0) | |