TYPO3 CMS
TYPO3_6-2
|
Additional Inherited Members | |
![]() | |
checkPassword ($plainPW, $saltedHashPW) | |
isAvailable () | |
getHashCount () | |
getHashedPassword ($password, $salt=NULL) | |
getMaxHashCount () | |
getMinHashCount () | |
getSaltLength () | |
getSetting () | |
isHashUpdateNeeded ($passString) | |
isValidSalt ($salt) | |
isValidSaltedPW ($saltedPW) | |
setHashCount ($hashCount=NULL) | |
setMaxHashCount ($maxHashCount=NULL) | |
setMinHashCount ($minHashCount=NULL) | |
![]() | |
base64Encode ($input, $count) | |
![]() | |
const | ITOA64 = './0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' |
const | HASH_COUNT = 14 |
const | MAX_HASH_COUNT = 24 |
const | MIN_HASH_COUNT = 7 |
![]() | |
applySettingsToSalt ($salt) | |
cryptPassword ($password, $setting) | |
getCountLog2 ($setting) | |
getGeneratedSalt () | |
getItoa64 () | |
![]() | |
applySettingsToSalt ($salt) | |
getGeneratedSalt () | |
getItoa64 () | |
getSetting () | |
getLengthBase64FromBytes ($byteLength) | |
![]() | |
static | $hashCount |
static | $maxHashCount |
static | $minHashCount |
static | $saltLengthPhpass = 6 |
static | $settingPhpass = '$P$' |
Definition at line 6127 of file LegacyClassesForIde.php.