AES/CFB8 IV size

梦想与她 提交于 2019-12-06 11:28:10

It doesn't have block size of 1 byte, it is just resynchronized each 1 byte. The IV is actually 16 bytes (for AES).

The IV size must match the symmetric algorithm block size. Hence, for AES you should have an IV of 16 bytes.

CFB-8 has a shift size of a byte. It bears no relation to the block size of the cipher.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!