‪TYPO3CMS  9.5
TYPO3\CMS\Saltedpasswords\Salt\ComposedSaltInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Saltedpasswords\Salt\ComposedSaltInterface:
TYPO3\CMS\Core\Crypto\PasswordHashing\ComposedPasswordHashInterface TYPO3\CMS\Core\Crypto\PasswordHashing\PasswordHashInterface

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Crypto\PasswordHashing\ComposedPasswordHashInterface
int getSaltLength ()
 
bool isValidSalt (string $salt)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Crypto\PasswordHashing\PasswordHashInterface
bool checkPassword (string $plainPW, string $saltedHashPW)
 
bool isAvailable ()
 
string getHashedPassword (string $password)
 
bool isHashUpdateNeeded (string $passString)
 
bool isValidSaltedPW (string $saltedPW)
 

Detailed Description

Definition at line 55 of file LegacyClassesForIde.php.