M2Crypto installer is a software that installs the open-source Python cryptography and SSL toolkit, M2Crypto, along with its source and DLLs into your Python installation.
M2Crypto offers an array of functionalities, including RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including AES) that are very useful to Python programmers. It also has SSL functionality to define and implement clients and servers. Python's httplib, urllib, and xmlrpclib are extended by the HTTPS extensions on M2Crypto. PKI functionality, Unforgeable HMAC'ing AuthCookies for web session management, FTP/TLS client and server, S/MIME, ZServerSSL, and ZSmime are all available with this toolkit.
These features make M2Crypto an ideal toolkit for Python programmers that require complex functionalities. M2Crypto is also very useful for web session management applications and server developers using the Zope framework. It is easy to use and available as an open-source tool that allows programmers to enhance their Python language experience. So, if you need to implement cryptography and turn-key SSL capabilities in your Python development, M2Crypto is the ideal solution to integrate into your project.
Version 0.13.1: N/A