SecureBlackbox Lite 2020 .NET Edition

Questions / Feedback?

StreamCipher Property

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

Syntax

public bool StreamCipher { get; }
Public ReadOnly Property StreamCipher As Boolean

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.

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