BinaryToString(byte[] Data) | Waher.Security.Hashes | static |
BinaryToString(byte[] Data, bool SpaceDelimiter) | Waher.Security.Hashes | static |
ComputeHash(HashFunction Function, byte[] Data) | Waher.Security.Hashes | static |
ComputeHash(HashFunction Function, Stream Data) | Waher.Security.Hashes | static |
ComputeHashString(HashFunction Function, byte[] Data) | Waher.Security.Hashes | static |
ComputeHashString(HashFunction Function, Stream Data) | Waher.Security.Hashes | static |
ComputeHMACSHA1Hash(byte[] Key, byte[] Data) | Waher.Security.Hashes | static |
ComputeHMACSHA1HashString(byte[] Key, byte[] Data) | Waher.Security.Hashes | static |
ComputeHMACSHA256Hash(byte[] Key, byte[] Data) | Waher.Security.Hashes | static |
ComputeHMACSHA256HashString(byte[] Key, byte[] Data) | Waher.Security.Hashes | static |
ComputeHMACSHA384Hash(byte[] Key, byte[] Data) | Waher.Security.Hashes | static |
ComputeHMACSHA384HashString(byte[] Key, byte[] Data) | Waher.Security.Hashes | static |
ComputeHMACSHA512Hash(byte[] Key, byte[] Data) | Waher.Security.Hashes | static |
ComputeHMACSHA512HashString(byte[] Key, byte[] Data) | Waher.Security.Hashes | static |
ComputeMD5Hash(byte[] Data) | Waher.Security.Hashes | static |
ComputeMD5Hash(Stream Data) | Waher.Security.Hashes | static |
ComputeMD5HashString(byte[] Data) | Waher.Security.Hashes | static |
ComputeMD5HashString(Stream Data) | Waher.Security.Hashes | static |
ComputeSHA1Hash(byte[] Data) | Waher.Security.Hashes | static |
ComputeSHA1Hash(Stream Data) | Waher.Security.Hashes | static |
ComputeSHA1HashString(byte[] Data) | Waher.Security.Hashes | static |
ComputeSHA1HashString(Stream Data) | Waher.Security.Hashes | static |
ComputeSHA256Hash(byte[] Data) | Waher.Security.Hashes | static |
ComputeSHA256Hash(Stream Data) | Waher.Security.Hashes | static |
ComputeSHA256HashString(byte[] Data) | Waher.Security.Hashes | static |
ComputeSHA256HashString(Stream Data) | Waher.Security.Hashes | static |
ComputeSHA384Hash(byte[] Data) | Waher.Security.Hashes | static |
ComputeSHA384Hash(Stream Data) | Waher.Security.Hashes | static |
ComputeSHA384HashString(byte[] Data) | Waher.Security.Hashes | static |
ComputeSHA384HashString(Stream Data) | Waher.Security.Hashes | static |
ComputeSHA512Hash(byte[] Data) | Waher.Security.Hashes | static |
ComputeSHA512Hash(Stream Data) | Waher.Security.Hashes | static |
ComputeSHA512HashString(byte[] Data) | Waher.Security.Hashes | static |
ComputeSHA512HashString(Stream Data) | Waher.Security.Hashes | static |
StringToBinary(string s) | Waher.Security.Hashes | static |