Back to product page

BlockSize property


Default block size for the selected algorithm.

Type

An Integer value. Block size for algorithm operations (encryption and decryption).

Syntax

  • Basic
object.BlockSize
The BlockSize(object) syntax has these parts:
objectAn expression evaluating to an object of type wodCrypt.

Remarks

Since each crypto algorithm works on a predefined block size to encrypt (which is specific to the algorithm itself), that value is stored in this property. If you don't use wodCrypt in Optimized mode, you should always provide an amount of data to encrypt which is a multiple of this property's value.

Platforms

Windows