$sha2 » History » Revision 4
Revision 3 (Per Amundsen, 07/17/2014 05:47 AM) → Revision 4/10 (Per Amundsen, 08/05/2015 11:15 PM)
_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, 0 = SHA256, 1 = SHA384, 2 = SHA512 (default is 0)