Skip to main content
Module

std/node/crypto.ts>pbkdf2Sync

Deno standard library
Go to Latest
function pbkdf2Sync
Re-export
import { pbkdf2Sync } from "https://deno.land/std@0.158.0/node/crypto.ts";

Parameters

password: HASH_DATA

Needs to be higher or equal than zero

salt: HASH_DATA

Needs to be higher or equal than zero but less than max allocation size (2^30)

iterations: number

Algorithm to be used for encryption

keylen: number
optional
digest: Algorithms = [UNSUPPORTED]

Returns

Buffer