Thread
:
Password encoding/decoding function (Expert PHP)
View Single Post
#
30
(
permalink
)
09-27-09, 12:03 AM
Jcbones
Aspiring Coder
Join Date: Mar 2009
Location: North Carolina, USA
Posts: 516
Thanks: 5
Thanked 47 Times in 44 Posts
A more intelligent person than myself would take MY password, and append every six digit number that I can find on my user row in a sequence like.
echo md5(md5('bigSexy') . '123456');
and see if the hash matches.
But, alas, I'm not that smart...
Jcbones
View Public Profile
Find all posts by Jcbones