public static property PhpassHashedPassword::$ITOA64

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

File

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

Class

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

Namespace

Drupal\Core\Password

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Password!PhpassHashedPassword.php/property/PhpassHashedPassword::ITOA64/8.1.x