Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>SecurePasswordKdfAlgoPBKDF2HMACSHA512iter100000_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class SecurePasswordKdfAlgoPBKDF2HMACSHA512iter100000_
import { SecurePasswordKdfAlgoPBKDF2HMACSHA512iter100000_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

PBKDF2 with SHA512 and 100000 iterations KDF algo

Constructors

new
SecurePasswordKdfAlgoPBKDF2HMACSHA512iter100000_(params: { salt: Uint8Array; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
salt: Uint8Array

Salt

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc