Can someone provide me code to encrypt / decrypt using m2crypto aes256 CBC using Python
|
|
Take a look at m2secret:
|
||
|
|
|
|
M2Crypto's documentation is terrible. Sometimes the OpenSSL documentation (m2crypto wraps OpenSSL) can help. Your best bet is to look at the M2Crypto unit tests -- http://svn.osafoundation.org/m2crypto/trunk/tests/test_evp.py -- look for the |
|||
|
|
|
When it comes to security nothing beats reading the documentation. http://chandlerproject.org/bin/view/Projects/MeTooCrypto Even if I took the time to understand and make the perfect code for you to copy and paste, you would have no idea if I did a good job or not. Not very helpful I know, but I wish you luck and secure data. |
||
|
|
