.

Pas2fHash Class Reference
[Usermanagement]

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

Inheritance diagram for Pas2fHash:
Pas2pHash IHashAlgorithm

List of all members.

Protected Member Functions

  create_pass2_instance ()
  Return preconfigured instance of PasswordHash.

Detailed Description

Calculates a hash using PHPPass 0.2 in full mode.

Since:
0.5.1
Author:
Gerd Riesselmann

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


Member Function Documentation

Pas2fHash::create_pass2_instance (  )  [protected]

Return preconfigured instance of PasswordHash.

Returns:
PasswordHash02

Reimplemented from Pas2pHash.

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

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

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