md5

md5 — MD5 message digest algorithm

Deprecated since version 2.5: Use the hashlib module instead.

This module implements the interface to RSA’s MD5 message digest algorithm (see also Internet RFC 1321). Its use is quite straightforward: use new() to create an md5 object. You can now feed this object with arbitrary strings using the update() method,