From 38234c27578bb2d2331776f71a94a7d7e54fa764 Mon Sep 17 00:00:00 2001 From: gougeon-s <31284753+gougeon-s@users.noreply.github.com> Date: Sun, 31 May 2020 23:40:54 +0200 Subject: [PATCH] work factor for Bcrypt to 12 OWASP recommendation --- conf/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.yml b/conf/config.yml index cdcc99c..70520cd 100644 --- a/conf/config.yml +++ b/conf/config.yml @@ -21,6 +21,6 @@ database: # for database see (configure database section) defaultuser: # on database creation, gotify creates an admin user name: __ADMINUSER__ # the username of the default user pass: __ADMINPASS__ # the password of the default user -passstrength: 10 # the bcrypt password strength (higher = better but also slower) +passstrength: 12 # the bcrypt password strength (higher = better but also slower) uploadedimagesdir: data/images # the directory for storing uploaded images pluginsdir: data/plugins # the directory where plugin resides