I using cryptoPP to crypt a string with key:"aaaaaaaaaaaaaaa" ,iv:"bbbbbbbbbbbbbbbb",data"abcdefghijklmnopqrstuvwxyz", and its encrypted string is [hex]"9FE673D419DD3256B6A206FE7004660F11BAFCE5B2106E2BA39A"<br>
<br>by pycrypto , I also using the same key, vi, and data. but get difference result:[hex]"78bf5fc7d6a87dd6533d028725cb206cf54dbca6e5ea9a852885".<br><br>All these using AES with CFB mode.<br>