Skip to main content
CipherInfo.blockSize - crypto - Node documentation
property CipherInfo.blockSize

Usage in Deno

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

The block size of the cipher in bytes. This property is omitted when mode is 'stream'.

Type

number | undefined