.

Pas3fHash Class Reference
[Usermanagement]

Calculates a hash using PHPPass 0.3 in full mode. More...

Inheritance diagram for Pas3fHash:
Pas3pHash IHashAlgorithm

List of all members.

Protected Member Functions

  create_pass3_instance ()
  Return preconfigured instance of PasswordHash.

Detailed Description

Calculates a hash using PHPPass 0.3 in full mode.

Since:
0.6
Author:
Gerd Riesselmann

Definition at line 12 of file pas3f.hash.php.


Member Function Documentation

Pas3fHash::create_pass3_instance (  )  [protected]

Return preconfigured instance of PasswordHash.

Returns:
PasswordHash03

Reimplemented from Pas3pHash.

Definition at line 18 of file pas3f.hash.php.

00018                                                    {
00019                 return new PasswordHash03(8, FALSE);
00020         }       

The documentation for this class was generated from the following file:
  • contributions/usermanagement/behaviour/commands/users/hashes/pas3f.hash.php