Hmm, you're right. The
hashlib module does that, so we could replace the use of Crypto in prp_MFGSGen.py by that. And its use of the md5 module as well while we're at it, since it generates a deprecation warning in Python 2.6.
The Myst 5 file support in prp_M5Crypt.py and prp_Stream.py (why the duplication BTW?) however uses AES, which doesn't seem to be available in Python proper.