Project

General

Profile

Actions

$sha2 » History » Revision 5

« Previous | Revision 5/10 (diff) | Next »
Per Amundsen, 12/05/2018 02:31 AM


Added in 1.9.4

$sha2(text|&binvar|filename,[N],[T])

Computes the SHA2 hash value for the input data.

Deprecated see $sha256 $sha384 $sha512

Parameters

text|&binvar|filename - Input to compute.
N - Input type, 0 = plain text, 1 = &binvar, 2 = file (default is 0)
T - Hash type, 1 = SHA256, 2 = SHA384, 3 = SHA512 (default is 1)

Updated by Per Amundsen over 5 years ago · 5 revisions

Also available in: PDF HTML TXT