Triple-DES and RC4 are discussed as encryption algorithms. Triple-DES uses a keying option of E-D-E encryption with two keys for improved security over single DES. Modes of operation like CBC, CFB, and OFB are covered as they define how block ciphers encrypt arbitrary amounts of data. Stream ciphers like RC4 generate a keystream that is XORed with the plaintext bit-by-bit. RC4 is a simple but effective stream cipher, though it must never reuse keys.