SecureBlackbox Lite 2020 Delphi Edition

Questions / Feedback?

KeySize Property

Returns the cryptographic key size in bytes.

Syntax

property KeySize: Integer read get_KeySize;

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.

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