Description Determines if CBC cipher mode is used to
chain packets.
Property type
A Boolean value.
Syntax
object.ModeCBC [= value]
The ModeCBC Property syntax has these parts:
|
object | An expression evaluating to an object of type wodVPN. | value | A
Boolean value. |
Remarks When ModeCBC property is set to True, all
packets exchanged between peers are chained - each new packets is
somehow added to previous packet. This increases security between peers
- if 3rd party tries to observe exchanged packets, unless he started
doing so at the very beginning of the session, it will be significantly
harder for him to determine encryption parameters.
-
-
This property defaults to False for compatibility with previous
versions, although it is suggested to be set to True.
-
-
When SendData or
SendText methods are used
with Reliable argument set to False, this property is
ignored. Unreliable packets cannot be chained since packet sequence is
important.
|