sha384
Function
Computes SHA-384 hash of text, returning a 96-character hex string
Syntax
$hash = sha384 $text
compute SHA-384 hash of variable text
$hash = sha384 "hello world"
compute SHA-384 hash of literal text