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

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Crypto\PasswordHashing\Md5PasswordHash
bool checkPassword (string $plainPW, string $saltedHashPW)
 
bool isAvailable ()
 
string getHashedPassword (string $password, string $salt=null)
 
bool isHashUpdateNeeded (string $passString)
 
bool isValidSaltedPW (string $saltedPW)
 
string getSetting ()
 
int getSaltLength ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Crypto\PasswordHashing\PasswordHashInterface
string getHashedPassword (string $password)
 
- ‪Public Attributes inherited from ‪TYPO3\CMS\Core\Crypto\PasswordHashing\Md5PasswordHash
const ITOA64 = './0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Crypto\PasswordHashing\Md5PasswordHash
string getGeneratedSalt ()
 
string applySettingsToSalt (string $salt)
 
string getItoa64 ()
 
bool isValidSalt (string $salt)
 
string base64Encode (string $input, int $count)
 
int getLengthBase64FromBytes (int $byteLength)
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Crypto\PasswordHashing\Md5PasswordHash
const PREFIX = '$1$'
 

Detailed Description

Definition at line 58 of file LegacyClassesForIde.php.