Discuss this help topic in SecureBlackbox Forum
This property specifies the padding mode, used for symmetric encryption or decryption
Declaration
Values
|
Description
Use this property to specify the padding mode for the data. When encrypting the data, the encryptor will apply padding to the data. When decrypting the data, padding mode tells the decryptor what mode was actually used during encryption.
Padding is used to completement the data to have length of multiple of the block size. Padding is used for block modes of block encryption algorithms.