mirror of
https://github.com/c0de-archive/HashPass.git
synced 2024-12-22 03:32:40 +00:00
Updated test.php
This commit is contained in:
parent
83a1925b67
commit
7dd2c60d05
8
test.php
8
test.php
@ -3,14 +3,6 @@
|
|||||||
// Live demo located at: http://p.unps.us/pass
|
// Live demo located at: http://p.unps.us/pass
|
||||||
|
|
||||||
$start = microtime(true);
|
$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 "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 "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";
|
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";
|
||||||
|
Loading…
Reference in New Issue
Block a user