□ ECB(Electronic Code Book)
○ ECB Encryption : En(P[i])
○ With just ciphertext, guessing the pattern is available
○ It is not suitable for data encryption
- Encryption(Current lain text block(P[i])) → Current ciphertext block(C[i])
○ ECB Decryption : De(C[i])
- Decryption(Current ciphertext block(C[i])) → Current plaintext block(P[i])
○ Plaintext block and ciphertext block is matched one-to-one○ With just ciphertext, guessing the pattern is available
○ It is not suitable for data encryption
P.S. Symbol information