This document summarizes a lecture on block cipher operation, RC5, and RC4. It examines important symmetric ciphers currently in use like Triple DES and describes the block cipher operation and modes of operation like ECB, CBC, CFB, OFB, and counter mode. It then discusses the RC5 block cipher algorithm, its parameters and encryption/decryption scheme using operations like addition, XOR, and circular shifts. It also briefly mentions the RC4 stream cipher.