From 56157b9cd201b5dc6fbe5f9f73014fa32e5a7838 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 11 Sep 2019 13:10:18 +0100 Subject: [PATCH] Revert "According to PHP Bug 78516 Argon2 requires at least 8KB (#5097)" (#5102) This reverts commit 74d84e9371b2d2486edcc8f458adc9f22957d68b. --- config/hashing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hashing.php b/config/hashing.php index 9146bfd9..84257708 100644 --- a/config/hashing.php +++ b/config/hashing.php @@ -44,7 +44,7 @@ */ 'argon' => [ - 'memory' => 8192, + 'memory' => 1024, 'threads' => 2, 'time' => 2, ],