BcryptPasswordHash::class, 'BE/passwordHashing/options' => [], 'FE/passwordHashing/className' => BcryptPasswordHash::class, 'FE/passwordHashing/options' => [], ]; /** * Find out if bcrypt is available on this system */ public function isAvailable(): bool { return GeneralUtility::makeInstance(BcryptPasswordHash::class)->isAvailable(); } }