Question

Is there any way to use PKCS #5 padding with AES CBC in m2crypto? Can't seem to find one too easily. Is there any python library that can do this?

Or do I need to do it manually? If so, are there any resources on doing this?

Was it helpful?

Solution

After much thrashing through OpenSSL docs, it looks like PKCS #5 is the padding scheme it uses. Well, the OpenSSL docs aren't that great either so I'm still only 90% sure of this.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top