‪TYPO3CMS  10.4
TYPO3\CMS\Install\Configuration\PasswordHashing\PasswordHashingFeature Class Reference
Inheritance diagram for TYPO3\CMS\Install\Configuration\PasswordHashing\PasswordHashingFeature:
TYPO3\CMS\Install\Configuration\AbstractFeature TYPO3\CMS\Install\Configuration\FeatureInterface

Protected Attributes

string $name = 'PasswordHashing'
 
array $presetRegistry
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Install\Configuration\AbstractFeature
string $name = ''
 
array $presetRegistry = array( )
 
array $presetInstances = array( )
 
array $postValues = array( )
 

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Install\Configuration\AbstractFeature
 initializePresets (array $postValues)
 
array PresetInterface[] getPresetsOrderedByPriority ()
 
string getName ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Install\Configuration\FeatureInterface
 initializePresets (array $postValues)
 
array< PresetInterfacegetPresetsOrderedByPriority ()
 
string getName ()
 

Detailed Description

Password hashing feature detects password hashing capabilities of the system

only to be used within EXT:install

Definition at line 27 of file PasswordHashingFeature.php.

Member Data Documentation

◆ $name

string TYPO3\CMS\Install\Configuration\PasswordHashing\PasswordHashingFeature::$name = 'PasswordHashing'
protected

Name of feature

Definition at line 31 of file PasswordHashingFeature.php.

◆ $presetRegistry

array TYPO3\CMS\Install\Configuration\PasswordHashing\PasswordHashingFeature::$presetRegistry
protected
Initial value:
= array(
Argon2iPreset::class,
Argon2idPreset::class,
BcryptPreset::class,
Pbkdf2Preset::class,
PhpassPreset::class,
CustomPreset::class,
)

List of preset classes

Definition at line 35 of file PasswordHashingFeature.php.