From b5aa1e0071a45fd9633fa3d412d203af084f1cf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Tue, 15 May 2018 18:20:28 +0200 Subject: [PATCH] Use SHA512 for password hashing --- cms/Authentication.php | 63 ++++++++++++++++++++++++++++++++++++++++++ cms/Dockerfile | 1 + 2 files changed, 64 insertions(+) create mode 100644 cms/Authentication.php diff --git a/cms/Authentication.php b/cms/Authentication.php new file mode 100644 index 0000000..17acbb1 --- /dev/null +++ b/cms/Authentication.php @@ -0,0 +1,63 @@ +