PHP: How to create the uppercase MD5 value of the ASCII equivalent of a word?
Posted
by user342391
on Stack Overflow
See other posts from Stack Overflow
or by user342391
Published on 2010-06-08T12:20:25Z
Indexed on
2010/06/08
12:32 UTC
Read the original article
Hit count: 141
I have a secret word (example. dirtydawg)
And using PHP I want to create the uppercase MD5 value of the ASCII equivalent of the secret word.
How do I do this????
© Stack Overflow or respective owner