Answer:
ECB gives same result for the same data hence it is of no use to encrypt same message by using ECB.
Step-by-step explanation:
Electronic Codebook (ECB) is used to encrypt data and give ciphertext for the same. When the same message is encrypted by using ECB twice or more times, it gives the same result again and again.
So, when Bob Uses ECB twice to encrypt a long message M, it will give the same ciphertext twice which is of no use.
Hence, Bob is wrong in the given scenario.