block cipher vs stream cipher

symmetric encryption algorithms:

  • encrypting info in chunks
  • encrypting info bit by bit
block cipherstream cihper
encrypt in chunksencrypt bit by bit
plaintext fixed-size blocks convert to ciphertext using a keya plaintext single bits convert to ciphertext with key bits
usageSSL/TLS connections, bluetooth, cellular and 4G
types2 types:
synchronous stream ciphers (key auto-key, KAK)
self-synchronizing stream ciphers (async stream ciphers, ciphertext autokey or CTAK)
modes of operationsome can operate as stream ciphers b/c of some modes operation: CFB, OFB, CTRcannot operate as block ciphers

how does game theory play a role in cryptanalysis?