• Computes the hash for the given string and returns it as hex string. Note: This function requires a secure connection (HTTPS).

    Parameters

    • pString: string
    • pAlgorithm: "SHA-256" | "SHA-384" | "SHA-512"

    Returns Promise<string>

Generated using TypeDoc