View Single Post
02-02-2008, 08:58 PM
#22
RaZoR^ is offline RaZoR^
RaZoR^'s Avatar
Status: Member
Join date: Feb 2006
Location:
Expertise:
Software:
 
Posts: 191
iTrader: 1 / 100%
 

RaZoR^ is on a distinguished road

  Old

Very good article there. Except for that very last line of PHP:


$password = sha1(md5(md5(sha1(md5(sha1(sha1('dog'))))))); // much better, hackers would be quite good to decrypt that.
That would be fairly CPU time hungry, although I think its slow execution is mentioned just after it in the article