Skip to main content
CipherInfoOptions - crypto - Node documentation
interface CipherInfoOptions

Usage in Deno

import { type CipherInfoOptions } from "node:crypto";

Properties

optional
keyLength: number | undefined

A test key length.

optional
ivLength: number | undefined

A test IV length.