SecureBlackbox 2020 C++ Edition

Questions / Feedback?

EncryptionAlgorithm Property

The encryption algorithm used to encrypt the document.

Syntax

ANSI (Cross Platform)
char* GetEncryptionAlgorithm();
int SetEncryptionAlgorithm(const char* lpszEncryptionAlgorithm); Unicode (Windows) LPWSTR GetEncryptionAlgorithm();
INT SetEncryptionAlgorithm(LPCWSTR lpszEncryptionAlgorithm);
@property (nonatomic,readwrite,assign,getter=encryptionAlgorithm,setter=setEncryptionAlgorithm:) NSString* encryptionAlgorithm;
- (NSString*)encryptionAlgorithm;
- (void)setEncryptionAlgorithm:(NSString*)newEncryptionAlgorithm;
#define PID_OFFICEENCRYPTOR_ENCRYPTIONALGORITHM 2

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

Default Value

"Default"

Remarks

This property contains the encryption algorithm used to encrypt the Office document.

Supported values:

For Binary Office documents

SB_SYMMETRIC_ALGORITHM_RC4RC4

For OpenXML Office documents (default = SB_SYMMETRIC_ALGORITHM_AES256)

SB_SYMMETRIC_ALGORITHM_RC2RC2
SB_SYMMETRIC_ALGORITHM_RC4RC4
SB_SYMMETRIC_ALGORITHM_DESDES
SB_SYMMETRIC_ALGORITHM_3DES3DES
SB_SYMMETRIC_ALGORITHM_AES128AES128
SB_SYMMETRIC_ALGORITHM_AES192AES192
SB_SYMMETRIC_ALGORITHM_AES256AES256

For OpenOffice documents (default = SB_SYMMETRIC_ALGORITHM_BLOWFISH)

SB_SYMMETRIC_ALGORITHM_AES128AES128
SB_SYMMETRIC_ALGORITHM_AES192AES192
SB_SYMMETRIC_ALGORITHM_AES256AES256
SB_SYMMETRIC_ALGORITHM_BLOWFISHBlowfish

Data Type

String

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