CryptographyHelperGenerateSHA512Hash Method (String)

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Generates a SHA-512 (Secure Hash Algorithm) checksum from the specified text.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static string GenerateSHA512Hash(
	string text
)

Parameters

text
Type: SystemString
The text to generate the checksum from. Assumes UTF8 encoding.

Return Value

Type: String
Returns the 128 byte checksum of the specified text.
See Also

Reference