Score:-1

How is DES used with CBC?

sz flag

I'm reading our school's notes for cryptography, and it does a good job explaining CBC and DES in detail, but it fails to provide good information on how they are related.

From what I've researched so far, it appears that CBC is essentially a series of block ciphers, and DES can be used for the block cipher encryption process.

Is that it, or are there some other ways these are related? I'm really lost here/new to cryptography, and any help would be really appreciated. Thanks a lot!

forest avatar
vn flag
This is an awfully basic question. Did you try looking elsewhere on the site to find an explanation of block ciphers and modes of operation?
Score:1
sa flag

CBC is a mode of operation, and is defined for an arbitrary block cipher, which can be DES, AES or whatever you like. See Wikipedia for example.

A block cipher typically processes 64 bit or 128 bit blocks using a pseudorandom permutation. Typically, the messages we want to encrypt are much longer, and modes of operation achieve this while satisfying some security properties. The ingredients used are typically a public random initialization vector, and a means of connecting the encryption of the next block to some variable resulting from the previous block, which enhances the security properties of the encryption for the overall message.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.