EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPGPWriter.SymmetricKeyAlgorithm

TElPGPWriter     See also    


 

Specifies the symmetric algorithm for data encryption.

 
 

Declaration

[C#]
    int SymmetricKeyAlgorithm /* = 3 */;

[VB.NET]
    Property SymmetricKeyAlgorithm As Integer

[Pascal]
    property SymmetricKeyAlgorithm: TSBPGPSymmetricKeyAlgorithm;
    TSBPGPSymmetricKeyAlgorithm = integer;

[VB6]
    not implemented;

[ActiveX]
    HRESULT _stdcall SymmetricKeyAlgorithm([out, retval] TxSBPGPSymmetricKeyAlgorithm * Result);
    HRESULT _stdcall SymmetricKeyAlgorithm([in] TxSBPGPSymmetricKeyAlgorithm Value);

[DLL]
    not implemented;
 
 

Values:

[.NET] [Pascal] [ActiveX] Value Description
SB_PGP_ALGORITHM_SK_PLAINTEXT 0 (0x00) The data are kept "as is", without any encryption.
SB_PGP_ALGORITHM_SK_IDEA 1 (0x01) IDEA algorithm
SB_PGP_ALGORITHM_SK_3DES 2 (0x02) 3DES algorithm
SB_PGP_ALGORITHM_SK_CAST5 3 (0x03) CAST5 algorithm
SB_PGP_ALGORITHM_SK_BLOWFISH 4 (0x04) BLOWFISH algorithm
SB_PGP_ALGORITHM_SK_AES128 7 (0x07) AES cipher (128 bits)
SB_PGP_ALGORITHM_SK_AES192 8 (0x08) AES cipher (192 bits)
SB_PGP_ALGORITHM_SK_AES256 9 (0x09) AES cipher (256 bits)
SB_PGP_ALGORITHM_SK_TWOFISH256 10 (0x0A) TWOFISH cipher (256 bits)
Declared in
[.NET] [Pascal]
Namespace: SBPGPConstants
Assembly: SecureBlackbox.PGP
Unit: SBPGPConstants

 
 

Description

    This property contains the symmetric algorithm used for data encryption. note, that various versions of PGP-compatible software can handle different sets of symmetric algorithms.
    Default value is SB_PGP_ALGORITHM_SK_CAST5

 
 

See also:     EncryptionType    

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