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

Additional Inherited Members

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

Detailed Description

Definition at line 46 of file LegacyClassesForIde.php.