6.8 Padding may not always be appropriate. For example, one might wish to store the encrypted data in the same memory buffer that originally contained the plaintext. In that case, the ciphertext must be the same length as the original plaintext. A mode for that purpose is the ciphertext stealing (CTS) mode. Figure 6.11a shows an implementation of this mode.
a. Explain how it works.
b. Describe how to decrypt Cn-1 and Cn
 
 
View Solution
 
 
 
<< Back Next >>