Click or drag to resize
Galactic API

SHA256GetHash Method

Hash in input string and return the hash as a 32 character hexadecimal string.

Namespace:  Galactic.Cryptography
Assembly:  Galactic.Cryptography (in Galactic.Cryptography.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public static string GetHash(
	string input
)

Parameters

input
Type: SystemString
String to create the hash of.

Return Value

Type: String
The hash of the string.
See Also