The document provides an overview of symmetric encryption techniques, including:
- Symmetric encryption uses a shared private key between sender and receiver.
- Basic terminology includes plaintext, ciphertext, cipher, key, encrypting, decrypting.
- Simple substitution ciphers include the Shift cipher which shifts letters by a fixed number, and the Caesar cipher which shifts letters by 3.