Plain text : B1,B2,....,Bn IV : random number (sent in clear). Cipher text : C1,C2,...,Cn where C1=B1⊕encrypt(IV) C2=B2⊕encrypt(IV+1) … Cn=Bn⊕encrypt(IV+n−1)