Skip to main content
Module

x/polkadot/mod.ts>utilCrypto.pbkdf2Encode

Package publishing for deno.land/x/polkadot
Go to Latest
function utilCrypto.pbkdf2Encode
import { utilCrypto } from "https://deno.land/x/polkadot@0.2.12/mod.ts";
const { pbkdf2Encode } = utilCrypto;

Parameters

optional
passphrase:
| HexString
| Buffer
| Uint8Array
| string
optional
salt: Buffer | Uint8Array = [UNSUPPORTED]
optional
rounds = [UNSUPPORTED]
optional
onlyJs: boolean

Returns

Result