View Single Post
02-23-2007, 08:30 AM
#26
localhost is offline localhost
localhost's Avatar
Status: Dediport Hosting
Join date: Jul 2006
Location: Berkshire
Expertise: programming, business
Software: Dreamweaver
 
Posts: 1,316
iTrader: 17 / 100%
 

localhost is on a distinguished road

  Old

PHP Code:
<?php
$date 
time();
$password md5($date);
$spass md5($password);
?>
That's gotta be pretty secure...