sha512
Function
Computes SHA-512 hash of text, returning a 128-character hex string
Syntax
$hash = sha512 $text
compute SHA-512 hash of variable text
$hash = sha512 "hello world"
compute SHA-512 hash of literal text