Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function EVP_BytesToKey
import { EVP_BytesToKey } from "https://deno.land/std@0.140.0/node/_crypto/crypto_browserify/evp_bytes_to_key.ts";

Parameters

password: string | Buffer
salt: string | Buffer
keyBits: number
ivLen: number