This document provides an overview of cryptography concepts. It begins with definitions of cryptography, plaintext, ciphertext, ciphers, keys, and common roles (Alice, Bob, Eve). It then describes the two main categories of cryptography: symmetric-key using a shared secret key, and asymmetric-key using public/private key pairs. The document goes on to provide examples of traditional ciphers like the Caesar cipher and modern ciphers like DES. It also describes components of ciphers like substitution boxes and permutation boxes.