SecureBlackbox 2020 C++ Edition

Questions / Feedback?

EncryptionAlgorithm Property

The encryption algorithm used to encrypt the document.

Syntax

ANSI (Cross Platform)
char* GetEncryptionAlgorithm();

Unicode (Windows)
LPWSTR GetEncryptionAlgorithm();
@property (nonatomic,readonly,assign,getter=encryptionAlgorithm) NSString* encryptionAlgorithm;
- (NSString*)encryptionAlgorithm;
#define PID_OFFICEDECRYPTOR_ENCRYPTIONALGORITHM 2

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_OfficeDecryptor_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

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

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: AES128, AES192, AES256, Blowfish

SB_SYMMETRIC_ALGORITHM_AES128AES128
SB_SYMMETRIC_ALGORITHM_AES192AES192
SB_SYMMETRIC_ALGORITHM_AES256AES256
SB_SYMMETRIC_ALGORITHM_BLOWFISHBlowfish

This property is read-only and not available at design time.

Data Type

String

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