SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

BlockSize Property

The block size of the chosen symmetric cipher.

Syntax

ANSI (Cross Platform)
int GetBlockSize();

Unicode (Windows)
INT GetBlockSize();
@property (nonatomic,readonly,assign,getter=blockSize) int blockSize;
- (int)blockSize;
#define PID_SYMMETRICCRYPTO_BLOCKSIZE 2

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

Default Value

0

Remarks

This property returns the block size of the chosen symmetric cipher.

Modern symmetric algorithms typically use blocks of 16 bytes. Some older algorithms, such as DES or Blowfish, use 8-byte blocks.

This property is read-only.

Data Type

Integer

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