Project

General

Profile

$sha256 » History » Version 3

Per Amundsen, 02/23/2023 07:44 PM

1 1 Per Amundsen
_Added in 1.9.7_
2
3 2 Per Amundsen
*$sha256(text|&binvar|filename,[N])*
4 1 Per Amundsen
5
Computes the SHA256 hash value for the input data.
6
7
*Parameters*
8
9 3 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) |