function _password_itoa64

_password_itoa64()

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

File

includes/password.inc, line 41
Secure password hashing functions for user authentication.

Code

function _password_itoa64() {
  return './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/includes!password.inc/function/_password_itoa64/7.x