TYPO3 CMS  TYPO3_6-2
tx_saltedpasswords_salts_blowfish Class Reference
Inheritance diagram for tx_saltedpasswords_salts_blowfish:
TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt 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\BlowfishSalt
 getHashCount ()
 
 getMaxHashCount ()
 
 isAvailable ()
 
 getMinHashCount ()
 
 getSaltLength ()
 
 getSetting ()
 
 isHashUpdateNeeded ($saltedPW)
 
 isValidSalt ($salt)
 
 isValidSaltedPW ($saltedPW)
 
 setHashCount ($hashCount=NULL)
 
 setMaxHashCount ($maxHashCount=NULL)
 
 setMinHashCount ($minHashCount=NULL)
 
- 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\BlowfishSalt
const HASH_COUNT = 7
 
const MAX_HASH_COUNT = 17
 
const MIN_HASH_COUNT = 4
 
- Public Attributes inherited from TYPO3\CMS\Saltedpasswords\Salt\Md5Salt
const ITOA64 = './0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'
 
- Protected Member Functions inherited from TYPO3\CMS\Saltedpasswords\Salt\BlowfishSalt
 applySettingsToSalt ($salt)
 
 getCountLog2 ($setting)
 
- 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\BlowfishSalt
static $hashCount
 
static $maxHashCount
 
static $minHashCount
 
static $saltLengthBlowfish = 16
 
static $settingBlowfish = '$2a$'
 
- 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 6117 of file LegacyClassesForIde.php.