Skip to content

function sha384 (shared-side)

Available since version: 0.0.0

This function will calculate the SHA-384 hash of the specified string and return it as hexadecimal text representation.

Declaration

string sha384(string input)

Parameters

  • string input: the string to hash.

Returns string

Returns string hash as hexadecimal text representation.