SecureBlackbox 2020 C++ Edition

Questions / Feedback?

EncryptionType Property

The type of encryption to apply to the archive.

Syntax

ANSI (Cross Platform)
int GetEncryptionType();
int SetEncryptionType(int iEncryptionType); Unicode (Windows) INT GetEncryptionType();
INT SetEncryptionType(INT iEncryptionType);

Possible Values

AET_DEFAULT(0), 
AET_NO_ENCRYPTION(1),
AET_GENERIC(2),
AET_WIN_ZIP(3),
AET_STRONG(4)
@property (nonatomic,readwrite,assign,getter=encryptionType,setter=setEncryptionType:) int encryptionType;
- (int)encryptionType;
- (void)setEncryptionType:(int)newEncryptionType;

Possible Values

AET_DEFAULT(0), 
AET_NO_ENCRYPTION(1),
AET_GENERIC(2),
AET_WIN_ZIP(3),
AET_STRONG(4)
#define PID_ARCHIVEWRITER_ENCRYPTIONTYPE 11

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

Default Value

0

Remarks

Specifies the encryption type for the archive.

Data Type

Integer

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