You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bricke Hi,
CFB, OFB and CTR modes are stream cipher modes, and therefore do not require padding. There is nothing stopping you from forcing padding, but unlike ECB/CBC modes, you don't need it for data that is not a multiple of the block size.
Hi
In AES-CFB is there anyway to encode data without padding in the Qt-AES library?
I used
QAESEncryption::ZERO
andQAESEncryption::ISO
but it still changes the encrypted data lengthThanks
The text was updated successfully, but these errors were encountered: