Send IV encrypted or not?

dan*_*res 1 security cryptography block-cipher

I'm using CBC mode. I'm thinking of sending the IV encrypted in ECB mode(since it is only a block), instead of sending the "plain" IV. Will i gain some security?

mfa*_*nto 5

您无需在CBC模式下加密IV.没有安全优势.请参阅我之前关于原因"证据"的回答.发送IV和密文,安全吗?.

简短的回答是,当您查看CBC模式时,先前的密文块实际上成为下一个块的IV.我们以明文形式传输密文块(如果有意义?),因此如果第一个块存在风险,则每个块都存在风险.