IDEA Operation Mode
ECB( Electronic codebook) :
mode useful for encrypting small blocks of data
CBC (Cipher block chaining ) :
even if the same input of 64-bit plaintext more than once ,
it will result in different 64-bit ciphertext
useful for encoding long blocks of input
useful for stream-oriented transmission over a noisy channel