PhpassHashedPassword::$ITOA64

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Password/PhpassHashedPassword.php \Drupal\Core\Password\PhpassHashedPassword::ITOA64

Returns a string for mapping an int to the corresponding base 64 character.

Type: string

File

core/lib/Drupal/Core/Password/PhpassHashedPassword.php, line 31

Class

PhpassHashedPassword
Secure hashing functions based on Portable PHP password hashing framework.

Namespace

Drupal\Core\Password

Code

public static $ITOA64 = './0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.