The document describes the Vigenère cipher method of encryption. It involves using a keyword that is repeated above the plaintext message. Each letter of the plaintext is then shifted according to the corresponding letter of the keyword, using a table of letter shifts. The document provides instructions for cracking a Vigenère cipher by finding repeating blocks of letters and using the frequency of letters to deduce the keyword length and decrypt the message.