I want to generate a numeric equivalent of an alpha numeric string eg. d209d28d, 328c. I think this is analogous to hashing(passing the alnum string through a hash function), but I am not sure how to do it. Is there any module in python that can help me achieve this? If no, please suggest some ideas(no code) to achieve this transformation.
please help
Thanks !
I didn't find the right solution from the internet.