SecureBlackbox 2020 C++ Edition

Questions / Feedback?

EncryptionAlgorithm Property

The symmetric cipher that was used to encrypt the data.

Syntax

ANSI (Cross Platform)
char* GetEncryptionAlgorithm();

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

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

Default Value

""

Remarks

This property contains the symmetric algorithm that the creator had used to encrypt the message.

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]