Protocol for communicating using symmetric cryptography
Alice and Bob agree on a cryptosystem
Alice and Bob agree on a key
Alice encrypts plaintext using encryption algorithm and key => ciphertext
Alice sends ciphertext to Bob
Bob decrypts ciphertext with same algorithm and key and reads it.