EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSymmetricCrypto.Padding

TElSymmetricCrypto     See also    


 

This property specifies the padding mode, used for symmetric encryption or decryption

 
 

Declaration

[C#]
    TSBSymmetricCipherPadding Padding;

[VB.NET]
    Property Padding As TSBSymmetricCipherPadding

[Pascal]
    property Padding : TSBSymmetricCipherPadding;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Values:
[.NET] [Pascal] Description
cpNone No padding. This mode can be used only if the data length is multiple of the block length OR if the stream cipher is used OR if stream mode (CTR, CFB8) is used.
cpPKCS5 PKCS#5 padding is used.
Declared in
[.NET] [Pascal]
Namespace: SBSymmetricCrypto
Assembly: SecureBlackbox
Unit: SBSymmetricCrypto

 
 

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.

 
 

See also:     BlockSize    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation