Hi,
I'm in the situation where I need to generate a cipher with SHA256.
I found the hashlib module doing what I want but, of course there's a but, for Python 2.5. And we are working with Python 2.2.2
.
There's a link to the module development page: hashlib. Source code, doc, everything is provided. But I really don't know how to port it on the phone and even if it's possible to compile it for our version of Python.
Any help or other suggestion?
Thanks![]()
LDF

, for Python 2.5. And we are working with Python 2.2.2
.
Reply With Quote

