‪TYPO3CMS  9.5
TYPO3\CMS\Saltedpasswords\Salt\BcryptSalt Class Reference
Inheritance diagram for TYPO3\CMS\Saltedpasswords\Salt\BcryptSalt:
TYPO3\CMS\Core\Crypto\PasswordHashing\BcryptPasswordHash TYPO3\CMS\Core\Crypto\PasswordHashing\PasswordHashInterface

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Crypto\PasswordHashing\BcryptPasswordHash
 __construct (array $options=[])
 
bool isAvailable ()
 
bool checkPassword (string $plainPW, string $saltedHashPW)
 
string getHashedPassword (string $password, string $salt=null)
 
bool isValidSaltedPW (string $saltedPW)
 
bool isHashUpdateNeeded (string $passString)
 
array getOptions ()
 
 setOptions (array $options)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Crypto\PasswordHashing\PasswordHashInterface
string getHashedPassword (string $password)
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Crypto\PasswordHashing\BcryptPasswordHash
string processPlainPassword (string $password)
 
bool isValidBcryptCost (int $cost)
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Crypto\PasswordHashing\BcryptPasswordHash
const PREFIX = '$2y$'
 
array $options
 

Detailed Description

Definition at line 49 of file LegacyClassesForIde.php.