TYPO3 CMS  TYPO3_6-2
tx_saltedpasswords_salts_md5 Class Reference
Inheritance diagram for tx_saltedpasswords_salts_md5:
TYPO3\CMS\Saltedpasswords\Salt\Md5Salt TYPO3\CMS\Saltedpasswords\Salt\AbstractSalt TYPO3\CMS\Saltedpasswords\Salt\SaltInterface

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Saltedpasswords\Salt\Md5Salt
 checkPassword ($plainPW, $saltedHashPW)
 
 getHashedPassword ($password, $salt=NULL)
 
 isAvailable ()
 
 getSaltLength ()
 
 getSetting ()
 
 isHashUpdateNeeded ($passString)
 
 isValidSalt ($salt)
 
 isValidSaltedPW ($saltedPW)
 
- Public Member Functions inherited from TYPO3\CMS\Saltedpasswords\Salt\AbstractSalt
 base64Encode ($input, $count)
 
- Public Attributes inherited from TYPO3\CMS\Saltedpasswords\Salt\Md5Salt
const ITOA64 = './0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'
 
- Protected Member Functions inherited from TYPO3\CMS\Saltedpasswords\Salt\Md5Salt
 applySettingsToSalt ($salt)
 
 getGeneratedSalt ()
 
 getItoa64 ()
 
 getSaltSuffix ()
 
- Protected Member Functions inherited from TYPO3\CMS\Saltedpasswords\Salt\AbstractSalt
 applySettingsToSalt ($salt)
 
 getGeneratedSalt ()
 
 getItoa64 ()
 
 getSetting ()
 
 getLengthBase64FromBytes ($byteLength)
 
- Static Protected Attributes inherited from TYPO3\CMS\Saltedpasswords\Salt\Md5Salt
static $saltLengthMD5 = 6
 
static $saltSuffixMD5 = '$'
 
static $settingMD5 = '$1$'
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 6122 of file LegacyClassesForIde.php.