$hashCount | TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt | protectedstatic |
$maxHashCount | TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt | protectedstatic |
$minHashCount | TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt | protectedstatic |
$saltLengthBlowfish | TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt | protectedstatic |
$saltLengthMD5 | TYPO3\CMS\Saltedpasswords\Salt\Md5Salt | protectedstatic |
$saltSuffixMD5 | TYPO3\CMS\Saltedpasswords\Salt\Md5Salt | protectedstatic |
$settingBlowfish | TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt | protectedstatic |
$settingMD5 | TYPO3\CMS\Saltedpasswords\Salt\Md5Salt | protectedstatic |
applySettingsToSalt($salt) | TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt | protected |
base64Encode($input, $count) | TYPO3\CMS\Saltedpasswords\Salt\AbstractSalt | |
checkPassword($plainPW, $saltedHashPW) | TYPO3\CMS\Saltedpasswords\Salt\Md5Salt | |
getCountLog2($setting) | TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt | protected |
getGeneratedSalt() | TYPO3\CMS\Saltedpasswords\Salt\Md5Salt | protected |
getHashCount() | TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt | |
getHashedPassword($password, $salt=NULL) | TYPO3\CMS\Saltedpasswords\Salt\Md5Salt | |
getItoa64() | TYPO3\CMS\Saltedpasswords\Salt\Md5Salt | protected |
getLengthBase64FromBytes($byteLength) | TYPO3\CMS\Saltedpasswords\Salt\AbstractSalt | protected |
getMaxHashCount() | TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt | |
getMinHashCount() | TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt | |
getSaltLength() | TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt | |
getSaltSuffix() | TYPO3\CMS\Saltedpasswords\Salt\Md5Salt | protected |
getSetting() | TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt | |
HASH_COUNT | TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt | |
isAvailable() | TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt | |
isHashUpdateNeeded($saltedPW) | TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt | |
isValidSalt($salt) | TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt | |
isValidSaltedPW($saltedPW) | TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt | |
ITOA64 | TYPO3\CMS\Saltedpasswords\Salt\Md5Salt | |
MAX_HASH_COUNT | TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt | |
MIN_HASH_COUNT | TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt | |
setHashCount($hashCount=NULL) | TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt | |
setMaxHashCount($maxHashCount=NULL) | TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt | |
setMinHashCount($minHashCount=NULL) | TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt | |