Introduction
python-mhash is a comprehensive Python interface to the mhash library, which provides a uniform interface to access several hashing algorithms such as MD4, MD5, SHA1, SHA160, and many others.
Features
The python-mhash module provides the following features, built upon functionality provided by the mhash library itself:
- Reentrancy support
- Support for known strong algorithms
- Support for less-known algorithms such as GOST
- Support for HMAC hashing
- Support for key generation functions
Download
The following files are available:
Author
Gustavo Niemeyer <gustavo@niemeyer.net>