DES: FeedbackSize (get) |
Returns the feedback size in bits.
Public Property Get FeedbackSize ( ) As Long
The always returns 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.
Read/Write.