ESCC is a new tweakable narrow-block mode of operation for disk encryption that is an extension of the Substitution Cipher Chaining mode (SCC). Unlike SCC, ESCC is resistant to known attacks on SCC. ESCC uses a tweak, sector ID, and expanded key to encrypt each 512-byte sector separately. It propagates errors to further blocks for added security. The designers claim ESCC provides security comparable to encrypting each block with a unique key while maintaining performance comparable to or better than existing disk encryption modes.