wodCrypt ActiveX Control - BlockSize Property
      
 

Description

Default block size for the selected algorithm.


Property type

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


Syntax

object.BlockSize



The BlockSize Property syntax has these parts:

Part Description
object An 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.