| |
| | FIPS PUB 81 -- DES MODES OF OPERATION (Site not responding. Last check: 2007-10-13) |
 | | INITIALIZATION VECTOR (IV): A binary vector used in the initial input block in the CFB and OFB modes and as the randomizing block that is exclusive-ORed with the first data block in the CBC mode. |
 | | The resulting output block, which equals the original input block to the DES during encryption, is exclusive-ORed with the IV (must be same as that used during encryption) to produce the first plain text block, i.e., (D1,D2,...,D64)= (O1ÅIV1,O2ÅIV2,...,O64ÅIV64). |
 | | The second cipher text block is then used as the input block and is processed through the DES in the decrypt state and the resulting output block is exclusive-ORed with the first cipher text block to produce the second plain text data block, i.e., (D1,D2,...,D64) = (O1ÅC1,02ÅC2,...,064ÅC64). |
| www.columbia.edu /~ariel/ssleay/fip81/fip81.html (6910 words) |
|