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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.