Skip to main content
Module

std/node/crypto.ts>createCipheriv

Deno standard library
Go to Latest
function createCipheriv
import { createCipheriv } from "https://deno.land/std@0.157.0/node/crypto.ts";

Parameters

cipher: string
key: CipherKey
iv: BinaryLike | null
optional
options: TransformOptions

Returns

Cipher