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 @@ - - - -
- - -