mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-01-07 16:37:35 +01:00
Raise BCrypt default cost factor for current computing power (#2360)
Fixes #2356
This commit is contained in:
parent
a8c293bc3a
commit
e7338f7c92
@ -44,7 +44,7 @@ public final class HooksSettings implements SettingsHolder {
|
||||
|
||||
@Comment("How much log2 rounds needed in BCrypt (do not change if you do not know what it does)")
|
||||
public static final Property<Integer> BCRYPT_LOG2_ROUND =
|
||||
newProperty("ExternalBoardOptions.bCryptLog2Round", 10);
|
||||
newProperty("ExternalBoardOptions.bCryptLog2Round", 12);
|
||||
|
||||
@Comment("phpBB table prefix defined during the phpBB installation process")
|
||||
public static final Property<String> PHPBB_TABLE_PREFIX =
|
||||
|
Loading…
Reference in New Issue
Block a user