mirror of
https://github.com/Hizenberg469/BPIT-ATTENDANCE.git
synced 2026-04-20 02:02:25 +03:00
initial commit
This commit is contained in:
7
junet/html/hash_gen.inc.php
Normal file
7
junet/html/hash_gen.inc.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
function gen_hash($password){
|
||||
$h_value = hash('xxh128',$password);
|
||||
|
||||
return $h_value;
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user