SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

StreamCipher Property

Returns true if the selected algorithms works as a stream cipher.

Syntax

ANSI (Cross Platform)
int GetStreamCipher();

Unicode (Windows)
BOOL GetStreamCipher();
@property (nonatomic,readonly,assign,getter=streamCipher) BOOL streamCipher;
- (BOOL)streamCipher;
#define PID_SYMMETRICCRYPTO_STREAMCIPHER 26

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_SymmetricCrypto_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

FALSE

Remarks

This property returns true if the selected algorithm processes data as a stream (byte-by-byte), rather than block-by-block. This affects the need to use a proper padding settings.

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

Data Type

Boolean

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