January 22, 2002
Practical Aspects of Modern Cryptography
33
Padding with Zero
nAdd enough zeros to the end of the data so we have a full block to encrypt
nExample: last block is 31 D9 7B D7
n
n
nZero padding yields:
 31  D9   7B  D7
 31  D9   7B  D7  00   00   00  00