The document describes the affine cipher, which is a more complex cipher than the shift cipher. The affine cipher involves multiplying the cipher value of each letter by a value m, plus adding a constant value K, and taking the result modulo 26. It provides the encryption and decryption formulas for the affine cipher, which use m, K, and the original and ciphered positions of each letter. Examples are given to demonstrate encrypting and decrypting messages using specific m and K values with the affine cipher.