Updated test.php

This commit is contained in:
Arctic Code 2013-01-26 18:01:28 -05:00
parent 83a1925b67
commit 7dd2c60d05
1 changed files with 0 additions and 8 deletions

View File

@ -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<br>\r\n";
echo "Required: password and number of iterations, example below: <br>\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]<br>\r\n";