CoreAuthUser

AuthModule::DB::bcryptCost

If “bcrypt” was selected for CryptType, use cost specified here for bcrypt hashing. Currently max. supported cost value is 31.

This setting can not be deactivated.

Default value:

12

AuthModule::DB::bcryptType

If “bcrypt” was selected for CryptType, Type specified here sets the subtype of bcrypt used. The available types are: ‘2b’ current standard, ‘2a’ is older; it’s the one used in Crypt::Eksblowfish, ‘2y’ is considered equivalent to 2b and used in PHP. ‘2x’ is very broken and only needed to work with ancient PHP versions.

This setting can not be deactivated.

Default value:

2b
Scroll to Top