m2crypto
How to get back a signed string (e.g. md5 hash) using a public-key (x509 certificate)
I\'m very new with cryptographic and stuck for 2 days with this problem, I hope you can help me with.[详细]
2023-03-06 18:59 分类:问答Loading a DER-encoded RSA key using M2Crypto
The method M2Crypto.RSA.RSA().save_key_der() can be used to save a key in the DER format. However, I do not see a corresponding method M2Crypto.RSA.load_key开发者_开发问答_der() as I would expect.[详细]
2023-02-28 12:21 分类:问答(When) Will m2crypto be ported to Python3?
Is there a port underway of m2crypto to Python3? I\'m going to be starting a new toy project that needs cross-platform/cross-lan开发者_运维技巧guage crypto, and m2crypto looks like the way to go, but[详细]
2023-02-20 15:01 分类:问答How do I update a Python package?
I\'m running Ubuntu 9:10 and a package called M2Crypto is installed (version is 0.19.1). I need to download, build and install开发者_开发问答 the latest version of the M2Crypto package (0.20.2).[详细]
2023-02-15 03:01 分类:问答How to generate strong one time session key for AES in python
I am using M2Crypto\'s AES for encrypting message, but confused about how to generate a strong random session key and of what length. Does M2Crypto provide 开发者_如何学运维any function for generation[详细]
2023-02-10 18:14 分类:问答Problem with M2Crypto's AES
Can someone please point out mistakes in this code: __author__=\"gaurav\" __date__ =\"$15 Feb, 2011 5:10:59 PM$\"[详细]
2023-02-10 08:37 分类:问答SWIG build debugging tools/tips
I am trying to build M2Crypto 0.21.1 with OpenSSL 1.0.0c (or 0.9.7m) for Python 2.5.4 on windows, but SWIG is conspiring against me.I\'ve tried both SWIG 2.0.1 and SWIG 1.3.40 and I get the same error[详细]
2023-02-06 23:54 分类:问答Statically linking OpenSSL with M2Crypto
M2Crypto uses the standard python setup.py [build|install] step to build and install the module.distutils/setuptools allows for some tweaking, but I can\'t seem to find a way to statically link Ope[详细]
2023-02-05 08:52 分类:问答How do I verify an SSL certificate in python?
I need to verify that a certificate was signed by my custom CA.Using OpenSSL command-line utilities this is easy to do:[详细]
2023-01-30 07:51 分类:问答Installing M2Crypto on CentOS
I am trying to install M2Crypto on CentOS by compiling from the source. i am doing a python setup.py build[详细]
2023-01-29 02:49 分类:问答