Skip to main content
Module

x/grm/deps.ts>pbkdf2Sync

MTProto API Client for Deno 🦕
Go to Latest
function pbkdf2Sync
Re-export
import { pbkdf2Sync } from "https://deno.land/x/grm@v0.3.1/deps.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]