From 79f4caf9dd376a0f605e5a6501c3eb9b648aed98 Mon Sep 17 00:00:00 2001 From: hPrnicessPi3 Date: Thu, 15 May 2025 19:45:27 -0600 Subject: [PATCH] v0.5-dev --- auth.php | 14 -------------- login.php | 19 ------------------- 2 files changed, 33 deletions(-) delete mode 100644 auth.php delete mode 100644 login.php diff --git a/auth.php b/auth.php deleted file mode 100644 index 68b904f..0000000 --- a/auth.php +++ /dev/null @@ -1,14 +0,0 @@ - PASSWORD_ARGON2_DEFAULT_MEMORY_COST, - 'time_cost' => PASSWORD_ARGON2_DEFAULT_TIME_COST, - 'threads' => PASSWORD_ARGON2_DEFAULT_THREADS -]; - -$passHash = password_hash($code, PASSWORD_ARGON2ID, $argon2id_options); -echo password_verify($code, $passHash) -?> \ No newline at end of file diff --git a/login.php b/login.php deleted file mode 100644 index f07cb40..0000000 --- a/login.php +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - Princess Pi's Nmaprincesspi Login! - - -
- -
- - \ No newline at end of file