DES: FeedbackSize (let)

FeedbackSize

Sets the feedback size in bits.



 Public Property Let FeedbackSize(
	  ByVal RHS As Long ) :

Parameters

RHS
[ByVal] Long. The size of feedback in bits.

Remarks

DES only supports 64 bits.

The feedback size determines how much of the previous data processed is to be used on the next block of data. This is to prevent identical blocks of data to appear the same when encrypted.

Not all modes of DES support feedback.

Read/Write.

See Also

Project VBCorLib Overview Class DES Overview DES Properties DES Methods FeedbackSize (get) GenerateIV