$sha2 » History » Revision 7
Revision 6 (Per Amundsen, 12/05/2018 02:53 AM) → Revision 7/10 (Per Amundsen, 12/05/2018 03:18 AM)
_Added in 1.9.4_ *$sha2(text|&binvar|filename,[N],[T])* *$sha2(text|&binvar|filename,[T],[N])* Computes the SHA2 hash value for the input data. _Deprecated see [[$sha256]] [[$sha384]] [[$sha512]]_ *Parameters* text|&binvar|filename - Input to compute. T - Hash type, 1 = SHA256, 2 = SHA384, 3 = SHA512 (default is 1) N - Input type, 0 = plain text, 1 = &binvar, 2 = file (default is 0)