From 7dd2c60d0545dd44957014c4db8ccc24261c6155 Mon Sep 17 00:00:00 2001 From: Arctic Code Date: Sat, 26 Jan 2013 18:01:28 -0500 Subject: [PATCH] Updated test.php --- test.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test.php b/test.php index f514a9a..b30f11a 100644 --- a/test.php +++ b/test.php @@ -3,14 +3,6 @@ // Live demo located at: http://p.unps.us/pass $start = microtime(true); -include('HashPass.php'); - if(isset($_GET['mysourceisyours'])) { - show_source('index.php'); - die(); - } -if (isset($_GET['nyan'])){ - header('location:http://nyan.cat'); -} echo "Demo of HashPass.php output is in verbose mode
\r\n"; echo "Required: password and number of iterations, example below:
\r\n"; echo "http://p.unps.us/pass/?pass=[somepassword]&i=[somenumber](optional)&salt=[anything can go here, use previous salt and previous pass to generate same hash - will always generate same hash with same pass and same salt]
\r\n";