PGP makes use of the cipher feedback (CFB) mode of CAST-128, whereas most symmetric encryption applications (other than key encryption) use cipher block chaining (CBC) mode. These two appear to provide equal security. Suggest a reason why PGP uses the CFB mode.
PGP makes use of the cipher feedback (CFB) mode of CAST-128, whereas most symmetric encryption applications...