SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

KeySize Property

Returns the cryptographic key size in bytes.

Syntax

__property int KeySize = { read=FKeySize };

Default Value

0

Remarks

Use this property to read the cryptographic key size. For the majority of the symmetric algorithms this is hard-coded in the algorithm itself (such as 16 bytes for AES128), but may be variable for certain exceptions, such as Blowfish or RC4.

This property is read-only.

Data Type

Integer

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