e-CryptIt Engine Xojo Plugin

AES_ECB.PaddingBlockSize Method

Use this property to get the padding value that is needed for this algorithm. (AES will always return 16 here).

PaddingBlockSize() as Integer

Parameters

Returns

Integer

Remarks

The AES encrypts in pairs of 16 bytes, so if you have data that does not add up to 16 then you will need to add PaddingBlockSize-1 bytes of random data to ensure that all of your data is encrypted.

See Also

AES_ECB Class