X-Git-Url: https://git.p6c8.net/jirafeau/jirafeau.git/blobdiff_plain/747afb20bfcff14bb67e40e7035d47a6311ba3e1..b2a6694cd0bb0d0e07610cd408e80698f62680c4:/f.php diff --git a/f.php b/f.php index 269b10b..f0a3d12 100644 --- a/f.php +++ b/f.php @@ -171,7 +171,7 @@ if (!empty($link['key'])) { require(JIRAFEAU_ROOT.'lib/template/footer.php'); exit; } else { - if (hash_equals($link['key'], md5($_POST['key']))) { + if (hash_equals($link['key'], hash('sha256', $_POST['key']))) { $password_challenged = true; } else { sleep(2);