Cipher
An algorithm that encrypts and decrypts data.
Classics: AES (symmetric), RSA (asymmetric), ChaCha20 (fast on mobile). During a TLS handshake the client and server negotiate which ciphers they support — old insecure ones (3DES, RC4) should be disabled.