CipherInfo.ivLength - Node documentation
property CipherInfo.ivLength

Usage in Deno

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

The expected or default initialization vector length in bytes. This property is omitted if the cipher does not use an initialization vector.

Type

number | undefined