[issue16059] Serialize MD5 computation-state and resume later

Christian Heimes report at bugs.python.org
Sun Oct 7 01:57:53 CEST 2012


Christian Heimes added the comment:

I don't think it's possible to serialize an crypto hash object like MD5. The internal states of those objects are opaque data structures. There is no way official way to access the data structures in a platform independent way.

It *might* be possible to hack something for our own implementation of md5 but definitely not for OpenSSL's implementation.

----------
nosy: +christian.heimes, gregory.p.smith

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16059>
_______________________________________


More information about the Python-bugs-list mailing list