[pycrypto] [problem]There's difference between pycrypto to crypt a string and cryptoPP to crypt a string with AES by CFB mode.

ten speme myspeme at gmail.com
Mon Dec 28 00:19:06 CST 2009


I using cryptoPP to crypt a string with key:"aaaaaaaaaaaaaaa"
,iv:"bbbbbbbbbbbbbbbb",data"abcdefghijklmnopqrstuvwxyz", and its encrypted
string is [hex]"9FE673D419DD3256B6A206FE7004660F11BAFCE5B2106E2BA39A"

by pycrypto , I also using the same key, vi, and data. but get difference
result:[hex]"78bf5fc7d6a87dd6533d028725cb206cf54dbca6e5ea9a852885".

All these using AES with CFB mode.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.dlitz.net/pipermail/pycrypto/attachments/20091228/25a4cecb/attachment.htm 


More information about the pycrypto mailing list