Which description is true about ECB mode?
A.
In ECB mode, each 56-bit plain-text block is exclusive ORed (XORed) bitwise with the previous
ciphertext block.
B.
ECB mode uses the same 64-bit key to serially encrypt each 56-bit plain-text block.
C.
In ECB mode, each 64-bit plain-text block is exclusive ORed (XORed) bitwise with the previous
ciphertext block.
D.
ECB mode uses the same 56-bit key to serially encrypt each 64-bit plain-text block.
Explanation: