Function md5

  • Calculates MD5 value for a given string. If a key is provided, calculates the HMAC-MD5 value. Returns a Hex encoded string unless the raw argument is given.

    Parameters

    • input: string

      Input string

    Returns string

    MD5 output

    Since

    5.15.0