The document provides an overview of elementary cryptography concepts including:
- Substitution and transposition ciphers such as Caesar cipher, Playfair cipher and Vigenère cipher. Frequency analysis and other cryptanalysis techniques are also discussed.
- The Data Encryption Standard (DES) which encrypts data in 64-bit blocks using a 56-bit key and 16 rounds of processing.
- Triple DES and issues with DES key length that led to it being broken. Linear cryptanalysis is also introduced.
- Public key encryption techniques that use asymmetric keys allowing encryption and decryption with different keys.