DES Internals
Plaintext M, Encryption E, and key K are binary sequences with lengths |M| = |E| = 64 and |K| = 56
CBC mode uses 64 bit plaintext blocks to add bit by bit modulo 2 to the previous ciphertext block to produce a 64 bit block that is encrypted using the DES algorithm