How to generate a mixed-case hash in Python?

Posted by pyrony on Stack Overflow See other posts from Stack Overflow or by pyrony
Published on 2010-04-02T22:21:14Z Indexed on 2010/04/02 22:23 UTC
Read the original article Hit count: 298

Filed under:
|
|

I am having a hard time figuring out a reasonable way to generate a mixed-case hash in Python.

I want to generate something like: aZeEe9E

Right now I'm using MD5, which doesn't generate case-sensitive hashes.

What is a good way to generate a hash value consisting of upper- and lower- case characters + numbers?

© Stack Overflow or respective owner

Related posts about python

Related posts about hash