Tagged Questions

4
votes
3answers
2k views

SHA256 hash in Python 2.4

Is there a way I can calculate a SHA256 hash in Python 2.4 ? (I emphasize: Python 2.4) I know how to do it in Python 2.5 but unfortunately it's not available on my server and an upgrade will not be ...