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