Efficient Error-Propagating Block Chaining
Abstract:
Abstract. This document presents EPBC, Efficient Error-Propagating Block Chaining, a new and efficient block encryption mode using both plaintext and ciphertext feedback. This encryption mode is similar to another one, IOBC, and was likewise designed to propagate erroneous decryptions of tampered blocks of ciphered data to all following blocks, hence allowing to validate the integrity of that data using a predefined trailing value. However, EPBC is more secure than IOBC, as it is not vulnerable to any known-plaintext attacks, and is more efficient than IOBC. Performance tests ran on a SPARCstation 10/40 show that EPBC is in average 1.2 times faster than IOBC, and 6.3 to 10.9 times faster than a common combination of an encryption mode and a one-way hash function (CBC and MD5). 1
Citations
| 556 | Kerberos: An Authentication Service for Open Network Systems – Steiner, Neuman, et al. - 1988 |
| 494 | Applied Cryptography: Protocols, Algorithms and Source Code in C – Schneier - 1995 |
| 491 | The MD5 message-digest algorithm – Rivest - 1992 |
| 323 | The Official PGP User’s Guide – Zimmermann - 1995 |
| 83 | Privacy Enhancement for Internet Electronic Mail – Balenson - 1993 |
| 46 | A New Dimension in Computer Data Security – Meyer, Matyas - 1982 |
| 15 | The Use of Encryption in Kerberos for Network Authentication – Kohl - 1990 |
| 2 | Netscape Communications Corp – Draft - 1996 |
| 2 | IOBC: Un nuevo modo de encadenamiento para cifrado en bloque – Recacha - 1996 |

