Re: AES 128 CBC encrypt decrypt size problems
"C. Collis" <[email protected]> Fri, 21 Nov 2008 11:21:42 +0100
| Newsgroups | gmane.comp.python.cryptography |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
I may have found something, if I set the padding in C# to PKCS7 rather th= an=20 None I get the same 32 byte output as M2Crypto. Now I just need to figure out how to turn padding off in M2Crypto...