ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Data Fields | |
const | VALID_COSTS = '08' |
const | PASSWORD = 'password' |
const | WRONG_PASSWORD = 'wrong_password' |
Private Member Functions | |
skipIfPhpVersionIsNotSupported () | |
Definition at line 12 of file ilBcryptPhpPasswordEncoderTest.php.
ilBcryptPhpPasswordEncoderTest::costsProvider | ( | ) |
Definition at line 36 of file ilBcryptPhpPasswordEncoderTest.php.
|
private |
Definition at line 26 of file ilBcryptPhpPasswordEncoderTest.php.
Referenced by testInstanceCanBeCreated().
ilBcryptPhpPasswordEncoderTest::testCostsCanBeDeterminedDynamically | ( | ilBcryptPhpPasswordEncoder | $encoder | ) |
testInstanceCanBeCreated
ilBcryptPhpPasswordEncoder | $encoder |
ilPasswordException |
Definition at line 168 of file ilBcryptPhpPasswordEncoderTest.php.
References ilBcryptPhpPasswordEncoder\benchmarkCost().
ilBcryptPhpPasswordEncoderTest::testCostsCanBeRetrievedWhenCostsAreSet | ( | ilBcryptPhpPasswordEncoder | $encoder | ) |
testInstanceCanBeCreated
ilBcryptPhpPasswordEncoder | $encoder |
ilPasswordException |
Definition at line 70 of file ilBcryptPhpPasswordEncoderTest.php.
References ilBcryptPhpPasswordEncoder\getCosts(), and ilBcryptPhpPasswordEncoder\setCosts().
ilBcryptPhpPasswordEncoderTest::testCostsCanBeSetInRange | ( | string | $costs, |
ilBcryptPhpPasswordEncoder | $encoder | ||
) |
testInstanceCanBeCreated costsProvider
string | $costs | |
ilBcryptPhpPasswordEncoder | $encoder |
ilPasswordException |
Definition at line 108 of file ilBcryptPhpPasswordEncoderTest.php.
References ilBcryptPhpPasswordEncoder\setCosts().
ilBcryptPhpPasswordEncoderTest::testCostsCannotBeSetAboveRange | ( | ilBcryptPhpPasswordEncoder | $encoder | ) |
testInstanceCanBeCreated
ilBcryptPhpPasswordEncoder | $encoder |
ilPasswordException |
Definition at line 83 of file ilBcryptPhpPasswordEncoderTest.php.
References ilBcryptPhpPasswordEncoder\setCosts().
ilBcryptPhpPasswordEncoderTest::testCostsCannotBeSetBelowRange | ( | ilBcryptPhpPasswordEncoder | $encoder | ) |
testInstanceCanBeCreated
ilBcryptPhpPasswordEncoder | $encoder |
ilPasswordException |
Definition at line 94 of file ilBcryptPhpPasswordEncoderTest.php.
References ilBcryptPhpPasswordEncoder\setCosts().
ilBcryptPhpPasswordEncoderTest::testEncoderDoesNotRelyOnSalts | ( | ilBcryptPhpPasswordEncoder | $encoder | ) |
testInstanceCanBeCreated
ilBcryptPhpPasswordEncoder | $encoder |
Definition at line 184 of file ilBcryptPhpPasswordEncoderTest.php.
References ilBasePasswordEncoder\requiresSalt().
ilBcryptPhpPasswordEncoderTest::testExceptionIsRaisedIfThePasswordExceedsTheSupportedLengthOnEncoding | ( | ilBcryptPhpPasswordEncoder | $encoder | ) |
testInstanceCanBeCreated
ilBcryptPhpPasswordEncoder | $encoder |
ilPasswordException |
Definition at line 134 of file ilBcryptPhpPasswordEncoderTest.php.
References ilBcryptPhpPasswordEncoder\encodePassword(), and ilBcryptPhpPasswordEncoder\setCosts().
ilBcryptPhpPasswordEncoderTest::testInstanceCanBeCreated | ( | ) |
ilPasswordException |
Definition at line 50 of file ilBcryptPhpPasswordEncoderTest.php.
References skipIfPhpVersionIsNotSupported().
ilBcryptPhpPasswordEncoderTest::testNameShouldBeBcryptPhp | ( | ilBcryptPhpPasswordEncoder | $encoder | ) |
testInstanceCanBeCreated
ilBcryptPhpPasswordEncoder | $encoder |
Definition at line 158 of file ilBcryptPhpPasswordEncoderTest.php.
References ilBcryptPhpPasswordEncoder\getName().
ilBcryptPhpPasswordEncoderTest::testPasswordShouldBeCorrectlyEncodedAndVerified | ( | ilBcryptPhpPasswordEncoder | $encoder | ) |
testInstanceCanBeCreated
ilBcryptPhpPasswordEncoder | $encoder |
ilPasswordException |
Definition at line 119 of file ilBcryptPhpPasswordEncoderTest.php.
References ilBcryptPhpPasswordEncoder\encodePassword(), ilBcryptPhpPasswordEncoder\isPasswordValid(), and ilBcryptPhpPasswordEncoder\setCosts().
ilBcryptPhpPasswordEncoderTest::testPasswordVerificationShouldFailIfTheRawPasswordExceedsTheSupportedLength | ( | ilBcryptPhpPasswordEncoder | $encoder | ) |
testInstanceCanBeCreated
ilBcryptPhpPasswordEncoder | $encoder |
ilPasswordException |
Definition at line 147 of file ilBcryptPhpPasswordEncoderTest.php.
References ilBcryptPhpPasswordEncoder\isPasswordValid(), and ilBcryptPhpPasswordEncoder\setCosts().
ilBcryptPhpPasswordEncoderTest::testReencodingIsDetectedWhenNecessary | ( | ilBcryptPhpPasswordEncoder | $encoder | ) |
testInstanceCanBeCreated
ilBcryptPhpPasswordEncoder | $encoder |
ilPasswordException |
Definition at line 194 of file ilBcryptPhpPasswordEncoderTest.php.
References ilBcryptPhpPasswordEncoder\encodePassword(), ilBcryptPhpPasswordEncoder\requiresReencoding(), and ilBcryptPhpPasswordEncoder\setCosts().
const ilBcryptPhpPasswordEncoderTest::PASSWORD = 'password' |
Definition at line 18 of file ilBcryptPhpPasswordEncoderTest.php.
const ilBcryptPhpPasswordEncoderTest::VALID_COSTS = '08' |
Definition at line 15 of file ilBcryptPhpPasswordEncoderTest.php.
const ilBcryptPhpPasswordEncoderTest::WRONG_PASSWORD = 'wrong_password' |
Definition at line 21 of file ilBcryptPhpPasswordEncoderTest.php.