property CipherInfo.ivLength Usage in Denoimport { 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