DSA module in Python
问题 Does anyone know of a pure DSA module in Python for signing messages? 回答1: If OpenSSL has the functionality you are looking for, try pyOpenSSL. 回答2: Python Cryptography Toolkit has this module Chilkat (this may be a pure module check with chilkat - commercially licensed ) 回答3: Unfortunately, you might have to use a wrapper to some non-Python implementation, like pyOpenSSL. I'm not aware of any pure Python crypto library that is secure. In particular, pycrypto is a piece of crap. E.g., if you