Search for hash
Title | Object type | File name | Summary |
---|---|---|---|
AssetGroupSetHashTrait | trait | core/ |
Provides a method to generate a normalized hash of a given asset group set. |
AssetGroupSetHashTrait.php | file | core/ |
|
AssetGroupSetHashTrait::generateHash | function | core/ |
Generates a hash for an array of asset groups. |
AssetOptimizationTest::replaceGroupHash | function | core/ |
Replaces the group hash in the given URL. |
PasswordVerifyTest::testPasswordCheckUnknownHash | function | core/ |
Tests that check() is forwarded to corePassword instance if hash settings are not recognized. |
PasswordVerifyTest::testPasswordHash | function | core/ |
Tests that hash() is forwarded to corePassword instance. |
PasswordVerifyTest::testPasswordNeedsRehash | function | core/ |
Tests that needsRehash() is forwarded to corePassword instance. |
PhpassHashedPassword | class | core/ |
Legacy password hashing framework. |
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/ |
|
PhpassHashedPasswordBase::base64Encode | function | core/ |
Encodes bytes into printable base 64 using the *nix standard from crypt(). |
PhpassHashedPasswordBase::check | function | core/ |
Check whether a plain text password matches a hashed password. |
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/ |
Hash a password using a secure hash. |
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/ |
Check whether a hashed password needs to be replaced with a new hash. |
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/ |
|
PhpPassword::hash | function | core/ |
Hash a password using a secure hash. |
PhpPassword::needsRehash | function | core/ |
Check whether a hashed password needs to be replaced with a new hash. |
PhpPasswordTest::$passwordHash | property | core/ |
The hashed password. |
PhpPasswordTest::$passwordHasher | property | core/ |
The password hasher under test. |
PhpPasswordTest::testEmptyHash | function | core/ |
Tests password check in case provided hash is NULL. |
PhpPasswordTest::testPasswordRehashing | function | core/ |
Tests password rehashing. |
SimpleConfigValidationTest::testDefaultConfigHashValidation | function | core/ |
|
UserPassRehashTest | class | core/ |
Tests user_pass_rehash(). |
UserPassRehashTest.php | file | core/ |
|
UserPassRehashTest::$modules | property | core/ |
Modules to install. |
UserPassRehashTest::testUniqueHashNoPasswordValue | function | core/ |
Tests uniqueness of hashes when no password is set. |
user_custom_pass_hash_params_test.info.yml | file | core/ |
core/modules/user/tests/modules/user_custom_pass_hash_params_test/user_custom_pass_hash_params_test.info.yml |
user_custom_pass_hash_params_test.services.yml | file | core/ |
core/modules/user/tests/modules/user_custom_pass_hash_params_test/user_custom_pass_hash_params_test.services.yml |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.