Hi,<div><br></div><div>I have a question on the behavior of aes_cfb_128_encrypt as its implementation seems to have changed since version R12B-5</div><div>Why does Text in <b>aes_cfb_128_encrypt(Key, IVec, Text) -> Cipher </b>have to be a multiple of 16 bytes?</div>
<div>Though documentation told you, version R12B-5 did not enforce that it had to be a multiple of 16 bytes.</div><div>While version R14A checks the length of Text and returns badarg. </div><div>I thought that if you use CFB it was not necessary to use padding and decrypted data had just the same length as the input data.</div>
<div><br></div><div>This restriction does not come from openssl or does it?</div><div><br></div><div>Thanks,</div><div>Monika</div>