Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js
jjanesko
Note by , created more than 1 year ago

IYM002 (Unit 4 - Symmetric Crypto) Note on Crypto U4, Block Cipher, Electronic Codebook Mode (ECB), created by jjanesko on 02/04/2013.

277
11
0
jjanesko
Created by jjanesko about 12 years ago
Rate this resource by clicking on the stars below:
1 2 3 4 5 (0)
Ratings (0)
0
0
0
0
0

0 comments

There are no comments, be the first and leave one below:

Close
1/1

Encryption

  • key used with encryption algorithm to encrypt each block of plaintext

Decryption

  • key used with decryption algorithm to decrypt each block of plaintext

Problems

  • Attacker could reorganize order of blocks of text without noticing.

  • Attacker could replay old parts of message.

  • Attacker could delete blocks of ciphertext without noticing.

  • Attacker could repeated blocks without noticing.

  • Attacker could mount dictionary attacks.

  • Attacker could mount statistical attacks since the same key is used to encrypt multiple blocks.


How could we improve it?

  • increase the size of the plaintext bllocks and cipher alphabets (combat dictionary attacks)

  • allow some plaintext letters to be encrypted to different ciphertext letters

  • make the ciphertext encryption position dependent

New Page