/auth/jAuthDriverBase.class.php

Description
  • author: Laurent Jouanneau
  • copyright: 2011 Laurent Jouanneau, 2011 Florian Lonqueu-Brochard
  • contributor: Florian Lonqueu-Brochard
  • licence: http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file
  • filesource: Source Code for this file
Classes
Class Description
jAuthDriverBase base class for some jAuth drivers
Functions
bcrypt (line 101)

hash password with blowfish algorithm. use the password_salt value in the config file of the plugin

void bcrypt ( $salt,  $password, [ $iteration_count = 12])
  • $salt
  • $password
  • $iteration_count
sha1WithSalt (line 94)

function to use to crypt password. use the password_salt value in the config file of the plugin.

  • deprecated:
void sha1WithSalt ( $salt,  $password)
  • $salt
  • $password

Documentation generated on Wed, 04 Jan 2017 22:52:14 +0100 by phpDocumentor 1.4.3