Search for pass
- Search 7.x for pass
- Search 9.5.x for pass
- Search 8.9.x for pass
- Search 11.x for pass
- Search main for pass
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| PhpassHashedPassword | class | core/ |
Deprecated legacy password hashing framework. |
| PhpassHashedPassword.php | file | core/ |
|
| PhpassHashedPassword.php | file | core/ |
|
| PhpassHashedPasswordBase | class | core/ |
Legacy password hashing framework. |
| PhpassHashedPasswordBase.php | file | core/ |
|
| PhpassHashedPasswordBase::$corePassword | property | core/ |
The core PHP password interface. |
| PhpassHashedPasswordBase::$countLog2 | property | core/ |
Password stretching iteration count. |
| PhpassHashedPasswordBase::$ITOA64 | property | core/ |
Returns a string for mapping an int to the corresponding base 64 character. |
| PhpassHashedPasswordBase::base64Encode | function | core/ |
Encodes bytes into printable base 64 using the *nix standard from crypt(). |
| PhpassHashedPasswordBase::check | function | core/ |
|
| PhpassHashedPasswordBase::crypt | function | core/ |
Hash a password using a secure stretched hash. |
| PhpassHashedPasswordBase::enforceLog2Boundaries | function | core/ |
Ensures that $count_log2 is within set bounds. |
| PhpassHashedPasswordBase::generateSalt | function | core/ |
Generates a random base 64-encoded salt prefixed with hash settings. |
| PhpassHashedPasswordBase::getCountLog2 | function | core/ |
Parses the log2 iteration count from a stored hash or setting string. |
| PhpassHashedPasswordBase::hash | function | core/ |
|
| PhpassHashedPasswordBase::HASH_LENGTH | constant | core/ |
The expected (and maximum) number of characters in a hashed password. |
| PhpassHashedPasswordBase::MAX_HASH_COUNT | constant | core/ |
The maximum allowed log2 number of iterations for password stretching. |
| PhpassHashedPasswordBase::MIN_HASH_COUNT | constant | core/ |
The minimum allowed log2 number of iterations for password stretching. |
| PhpassHashedPasswordBase::needsRehash | function | core/ |
|
| PhpassHashedPasswordBase::__construct | function | core/ |
Constructs a new password hashing instance. |
| PhpassHashedPasswordLog2BoundariesDouble | class | core/ |
Test double for test coverage of enforceLog2Boundaries(). |
| PhpassHashedPasswordLog2BoundariesDouble::enforceLog2Boundaries | function | core/ |
Exposes this method as public for tests. |
| PhpassHashedPasswordLog2BoundariesDouble::__construct | function | core/ |
|
| phpass_form_system_modules_uninstall_confirm_form_alter | function | core/ |
Implements hook_form_FORM_ID_alter() for system_modules_uninstall_confirm_form. |
| phpass_help | function | core/ |
Implements hook_help(). |
| PhpPassword | class | core/ |
Secure PHP password hashing functions. |
| PhpPassword.php | file | core/ |
|
| PhpPassword::check | function | core/ |
|
| PhpPassword::hash | function | core/ |
|
| PhpPassword::needsRehash | function | core/ |
|
| PhpPassword::__construct | function | core/ |
Constructs a new password hashing instance. |
| PhpPasswordTest | class | core/ |
Unit tests for password hashing API. |
| PhpPasswordTest.php | file | core/ |
|
| PhpPasswordTest::$password | property | core/ |
The raw password. |
| PhpPasswordTest::$passwordHash | property | core/ |
The hashed password. |
| PhpPasswordTest::$passwordHasher | property | core/ |
The password hasher under test. |
| PhpPasswordTest::providerLongPasswords | function | core/ |
Provides the test matrix for testLongPassword(). |
| PhpPasswordTest::setUp | function | core/ |
|
| PhpPasswordTest::testEmptyHash | function | core/ |
Tests password check in case provided hash is NULL. |
| PhpPasswordTest::testLongPassword | function | core/ |
Verifies that passwords longer than 512 bytes are not hashed. |
| PhpPasswordTest::testPasswordChecking | function | core/ |
Tests password hashing. |
| PhpPasswordTest::testPasswordNeedsUpdate | function | core/ |
Tests a password needs update. |
| PhpPasswordTest::testPasswordRehashing | function | core/ |
Tests password rehashing. |
| PluginManagerPass | class | core/ |
Registers plugin managers to the plugin.cache_clearer service. |
| PluginManagerPass.php | file | core/ |
|
| PluginManagerPass::process | function | core/ |
|
| ProgrammaticTest::testProgrammaticAccessBypass | function | core/ |
Tests the programmed_bypass_access_check flag. |
| ProxyServicesPass | class | core/ |
Replaces all services with a lazy flag. |
| ProxyServicesPass.php | file | core/ |
|
| ProxyServicesPass::process | function | core/ |
phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.