lam
[ class tree: lam ] [ index: lam ] [ all elements ]

Class: smbHash

Source Location: /templates/3rdParty/pla/lib/createlm.php

Class Overview


Calculates NT and LM hashes.


Methods



Class Details

[line 40]
Calculates NT and LM hashes.

The important functions are lmhash($password) and nthash($password).




[ Top ]


Class Methods


method doHash [line 188]

array doHash( array $in, array $key, boolean $forw)



Parameters:

array   $in  
array   $key  
boolean   $forw  

[ Top ]

method lmhash [line 333]

string lmhash( [string $password = ""])

Calculates the LM hash of a given password.



Tags:

return:  hash value
access:  public


Parameters:

string   $password   password

[ Top ]

method nthash [line 350]

string nthash( [string $password = ""])

Calculates the NT hash of a given password.



Tags:

return:  hash value
access:  public


Parameters:

string   $password   password

[ Top ]


Documentation generated on Tue, 09 Aug 2011 19:18:12 +0200 by phpDocumentor 1.4.1