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

Additional Inherited Members

- ‪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 64 of file LegacyClassesForIde.php.