SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SecSettingsEncryptionAlgorithm Property

Specifies the encryption algorithm to be used.

Syntax

ANSI (Cross Platform)
char* GetSecSettingsEncryptionAlgorithm();
int SetSecSettingsEncryptionAlgorithm(const char* lpszSecSettingsEncryptionAlgorithm); Unicode (Windows) LPWSTR GetSecSettingsEncryptionAlgorithm();
INT SetSecSettingsEncryptionAlgorithm(LPCWSTR lpszSecSettingsEncryptionAlgorithm);
@property (nonatomic,readwrite,assign,getter=secSettingsEncryptionAlgorithm,setter=setSecSettingsEncryptionAlgorithm:) NSString* secSettingsEncryptionAlgorithm;
- (NSString*)secSettingsEncryptionAlgorithm;
- (void)setSecSettingsEncryptionAlgorithm:(NSString*)newSecSettingsEncryptionAlgorithm;
#define PID_MAILWRITER_SECSETTINGSENCRYPTIONALGORITHM 71

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_MailWriter_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_MailWriter_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

"AES128"

Remarks

Specifies the encryption algorithm to be used.

SB_SYMMETRIC_ALGORITHM_RC4RC4
SB_SYMMETRIC_ALGORITHM_DESDES
SB_SYMMETRIC_ALGORITHM_3DES3DES
SB_SYMMETRIC_ALGORITHM_RC2RC2
SB_SYMMETRIC_ALGORITHM_AES128AES128
SB_SYMMETRIC_ALGORITHM_AES192AES192
SB_SYMMETRIC_ALGORITHM_AES256AES256
SB_SYMMETRIC_ALGORITHM_AES128_GCMAES128-GCM
SB_SYMMETRIC_ALGORITHM_AES192_GCMAES192-GCM
SB_SYMMETRIC_ALGORITHM_AES256_GCMAES256-GCM

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Edition - Version 20.0 [Build 8166]