Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is a Block-Chaining Cipher?

0
Posted

What is a Block-Chaining Cipher?

0

A block-chaining, or feedback, cipher is a type of block cipher in which some portion of the previous encryption block is used to modify the current encryption block. Essentially it takes a monoalphabetic cipher with a large blocklength and makes it polyalphabetic. Generally polyalphabetic ciphers are more secure than monoalphabetic ciphers and generally longer blocklengths are more secure than shorter blocklengths so to combine a large block with a huge potential range of alphabets should provide a truly difficult challenge for a cryptanalyst. The most common form of block-chaining cipher is known as CBC1 and functions simply by carrying out an XOR with the current plaintext block and the previous ciphertext block. The result is then encrypted to become the next ciphertext block. This is a form of autokey encryption. The vast majority of computer block ciphers use some form of block-chaining, even DES has that facility though most implementations have been in ECB2 mode. AES AES was es

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.