Difference between revisions of "SHA256()"

From Lianjapedia
Jump to: navigation, search
(Created page with "==Purpose== Function to return the SHA-256 cryptographic hash value for a character string ==Syntax== SHA256(<expC>) ==See Also== CRC32(), DES3_DECRYPT(), DES3_ENC...")
 
(Description)
Line 9: Line 9:
  
 
==Description==
 
==Description==
The SHA256() function is used to return the SHA-256 cryptographic hash value for the character string, <expC>.  The value returned is a 64character string.
+
The SHA256() function is used to return the SHA-256 cryptographic hash value for the character string, <expC>.  The value returned is a 64 character string.
  
 
==Example==
 
==Example==

Revision as of 07:25, 21 April 2022

Purpose

Function to return the SHA-256 cryptographic hash value for a character string

Syntax

SHA256(<expC>)

See Also

CRC32(), DES3_DECRYPT(), DES3_ENCRYPT(), DECRYPT, ENCRYPT, MD5(), MD5FILE(), RTOS(), SHA1(), SHA1FILE(), SHA256FILE(), SHA256RECORD(), SET ENCRYPTION, SYS()

Description

The SHA256() function is used to return the SHA-256 cryptographic hash value for the character string, <expC>. The value returned is a 64 character string.

Example

? sha256("The quick brown fox jumps over the lazy dog")
D7A8FBB307D7809469CA9ABCB0082E4F8D5651E46D3CDB762D02D0BF37C9E592