Rijndael: FeedbackSize (let)

FeedbackSize

Sets the feedback size in bits.



 Public Property Let FeedbackSize(
	  ByVal Value As Long ) :

Parameters

Value
[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 CorLib Overview

Class Rijndael Overview