Salts the password with a 32 bytes random number, and hashes it using the SHA512 hash algorithm.
If you execute the GenerateSaltedSHA512Hash action twice on the same input, it gives you different outputs.

Input parameters

PlainTextPassword: mandatory; Text type.
The password to salt and hash.

Output parameters

SaltedSHA512HashPassword: Text type.
The password salted and hashed with SHA512.

Example

Usage

Result

GenerateSaltedSHA512Hash("Christina Sharp")

$1$zOqwx+pN/7mg2kbVRG5HJKozYxCLVsnBAsvg

gS1V/oI=EB383FCD05F4F4AB852BA24F3CB6DBEE

215F6B60DD3B96321750CC43F432AC70AE8140A

5F90B71F81A75BC88B32FF006D1362CF67C58244

35CD5A76179E17E8B

See Also

Overview of the PlatformPasswordUtils API