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

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Saltedpasswords\Salt\PhpassSalt
 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)
 
- Public Member Functions inherited from TYPO3\CMS\Saltedpasswords\Salt\AbstractSalt
 base64Encode ($input, $count)
 
- Public Attributes inherited from TYPO3\CMS\Saltedpasswords\Salt\PhpassSalt
const ITOA64 = './0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'
 
const HASH_COUNT = 14
 
const MAX_HASH_COUNT = 24
 
const MIN_HASH_COUNT = 7
 
- Protected Member Functions inherited from TYPO3\CMS\Saltedpasswords\Salt\PhpassSalt
 applySettingsToSalt ($salt)
 
 cryptPassword ($password, $setting)
 
 getCountLog2 ($setting)
 
 getGeneratedSalt ()
 
 getItoa64 ()
 
- 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\PhpassSalt
static $hashCount
 
static $maxHashCount
 
static $minHashCount
 
static $saltLengthPhpass = 6
 
static $settingPhpass = '$P$'
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 6127 of file LegacyClassesForIde.php.