Search for pass
- Search 7.x for pass
- Search 9.5.x for pass
- Search 10.3.x for pass
- Search 11.x for pass
- Search main for pass
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| PasswordConfirmTest | class | core/ |
@coversDefaultClass \Drupal\Core\Render\Element\PasswordConfirm[[api-linebreak]] @group Render |
| PasswordConfirmTest.php | file | core/ |
|
| PasswordConfirmTest::providerTestValueCallback | function | core/ |
Data provider for testValueCallback(). |
| PasswordConfirmTest::testValueCallback | function | core/ |
@covers ::valueCallback[[api-linebreak]] |
| PasswordHashingTest | class | core/ |
Unit tests for password hashing API. |
| PasswordHashingTest.php | file | core/ |
Contains \Drupal\Tests\Core\Password\PasswordHashingTest. |
| PasswordHashingTest::$hashedPassword | property | core/ |
The hashed password. |
| PasswordHashingTest::$md5HashedPassword | property | core/ |
The md5 password. |
| PasswordHashingTest::$password | property | core/ |
The raw password. |
| PasswordHashingTest::$passwordHasher | property | core/ |
The password hasher under test. |
| PasswordHashingTest::$user | property | core/ |
The user for testing. |
| PasswordHashingTest::providerLongPasswords | function | core/ |
Provides the test matrix for testLongPassword(). |
| PasswordHashingTest::setUp | function | core/ |
|
| PasswordHashingTest::testLongPassword | function | core/ |
Verifies that passwords longer than 512 bytes are not hashed. |
| PasswordHashingTest::testPasswordHashing | function | core/ |
Test password hashing. |
| PasswordHashingTest::testPasswordNeedsUpdate | function | core/ |
Test a password needs update. |
| PasswordHashingTest::testPasswordRehashing | function | core/ |
Tests password rehashing. |
| PasswordHashingTest::testWithinBounds | function | core/ |
Tests the hash count boundaries are enforced. |
| PasswordInterface | interface | core/ |
Secure password hashing functions for user authentication. |
| PasswordInterface.php | file | core/ |
|
| PasswordInterface::check | function | core/ |
Check whether a plain text password matches a hashed password. |
| PasswordInterface::hash | function | core/ |
Hash a password using a secure hash. |
| PasswordInterface::needsRehash | function | core/ |
Check whether a hashed password needs to be replaced with a new hash. |
| PasswordInterface::PASSWORD_MAX_LENGTH | constant | core/ |
Maximum password length. |
| PasswordItem | class | core/ |
Defines the 'password' entity field type. |
| PasswordItem.php | file | core/ |
|
| PasswordItem::isEmpty | function | core/ |
Determines whether the data structure is empty. |
| PasswordItem::preSave | function | core/ |
Defines custom presave behavior for field values. |
| PasswordItem::propertyDefinitions | function | core/ |
Defines field item properties. |
| PasswordTest | class | core/ |
@coversDefaultClass \Drupal\Core\Render\Element\Password[[api-linebreak]] @group Render |
| PasswordTest.php | file | core/ |
|
| PasswordTest::providerTestValueCallback | function | core/ |
Data provider for testValueCallback(). |
| PasswordTest::testValueCallback | function | core/ |
@covers ::valueCallback[[api-linebreak]] |
| PhpassHashedPassword | class | core/ |
Secure password hashing functions based on the Portable PHP password hashing framework. |
| PhpassHashedPassword.php | file | core/ |
|
| PhpassHashedPassword::$countLog2 | property | core/ |
Specifies the number of times the hashing function will be applied when generating new password hashes. The number of times is calculated by raising 2 to the power of the given value. |
| PhpassHashedPassword::$ITOA64 | property | core/ |
Returns a string for mapping an int to the corresponding base 64 character. |
| PhpassHashedPassword::base64Encode | function | core/ |
Encodes bytes into printable base 64 using the *nix standard from crypt(). |
| PhpassHashedPassword::check | function | core/ |
Check whether a plain text password matches a hashed password. |
| PhpassHashedPassword::crypt | function | core/ |
Hash a password using a secure stretched hash. |
| PhpassHashedPassword::enforceLog2Boundaries | function | core/ |
Ensures that $count_log2 is within set bounds. |
| PhpassHashedPassword::generateSalt | function | core/ |
Generates a random base 64-encoded salt prefixed with hash settings. |
| PhpassHashedPassword::getCountLog2 | function | core/ |
Parses the log2 iteration count from a stored hash or setting string. |
| PhpassHashedPassword::hash | function | core/ |
Hash a password using a secure hash. |
| PhpassHashedPassword::HASH_LENGTH | constant | core/ |
The expected (and maximum) number of characters in a hashed password. |
| PhpassHashedPassword::MAX_HASH_COUNT | constant | core/ |
The maximum allowed log2 number of iterations for password stretching. |
| PhpassHashedPassword::MIN_HASH_COUNT | constant | core/ |
The minimum allowed log2 number of iterations for password stretching. |
| PhpassHashedPassword::needsRehash | function | core/ |
Check whether a hashed password needs to be replaced with a new hash. |
| PhpassHashedPassword::__construct | function | core/ |
Constructs a new password hashing instance. |
| PluginManagerPass | class | core/ |
Registers plugin managers to the plugin.cache_clearer service. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.