CryptoSys API
Library Manual
Sha256 Class
Sha256.AddData Method
(Byte[])
Adds an array of 8-bit bytes to the digest
Sha256.AddData Method
(String)
Adds a string of Ansi characters to the digest
Sha256.BytesHash Method
Creates message digest as array of bytes from message in byte array
Sha256.Dispose Method
Dispose of this object and clear any stored data
Sha256.FileHexHash Method
Creates hash digest of a binary file
Sha256.FileTextHexHash Method
Creates hash digest of a "text" file treating CR-LF pairs as a single newline char
Sha256.HexDigest Method
Computes final message digest in hex format
Sha256.HexHash Method
(Byte[])
Creates message digest in hex format from message in byte array
Sha256.HexHash Method
(String)
Creates message digest in hex format from message in Ansi string
Sha256.Hmac Method
(Byte[], Byte[])
Computes the keyed hash digest of binary data using HMAC algorithm
Sha256.Hmac Method
(String, String)
Computes the keyed hash digest using HMAC algorithm passing data as hex strings
Sha256.Init Method
Initializes the context
Sha256.Instance Method
Create the one and only instance
Sha256.Reset Method
Resets the context
Sha256.ErrCode Property
[
Contents
] [
Index
]
[
PREV: Sha1 Class...
] [
Contents
] [
Index
]
[
NEXT: Sha3 Class...
]