Function pbkdf2HmacSha512

  • Derive a key using PBKDF2 and the HMAC SHA512 function as specified in RFC 2898.

    Note, if the provided parameters are valid, this method will never error.

    Parameters

    • parameters: Pbkdf2Parameters

      the PBKDF2 parameters to use

    • sha512Hmac: HmacFunction = hmacSha512

      the SHA512 HMAC implementation to use (defaults to the internal WASM implementation)

    Returns string | Uint8Array

Generated using TypeDoc