interface CipherInfo
Usage
import { type CipherInfo } from "node:crypto";
optional
blockSize: number | undefined
The block size of the cipher in bytes. This property is omitted when mode is 'stream'.
optional
ivLength: number | undefined
The expected or default initialization vector length in bytes. This property is omitted if the cipher does not use an initialization vector.