• Probabilistic encryption schemes use random elements to make every encryption different.
  • CBC with a random IV is a good way to make encryption probabilistic.
  • Using CBC and random IVs lets me encrypt the same message, and with the same key, without an attacker realising.