You are here

6 calls to Crypt::randomBytes() in Zircon Profile 8.0

Crypt::randomBytesBase64 in core/lib/Drupal/Component/Utility/Crypt.php
Returns a URL-safe, base64 encoded string of highly randomized bytes.
CryptTest::testRandomBytes in core/tests/Drupal/Tests/Component/Utility/CryptTest.php
Tests random byte generation.
DrupalKernel::boot in core/lib/Drupal/Core/DrupalKernel.php
Boots the current kernel.
Php::generate in core/lib/Drupal/Component/Uuid/Php.php
Generates a Universally Unique IDentifier (UUID).
PhpassHashedPassword::generateSalt in core/lib/Drupal/Core/Password/PhpassHashedPassword.php
Generates a random base 64-encoded salt prefixed with hash settings.
user_password in core/modules/user/user.module
Generate a random alphanumeric password.