Formatting MARC data | |
PEAR Manual | |
string File_Passwd_Smb::generatePassword (
string $pass
, string $mode = 'nt'
)
Generate a "Samba" server style password.
The encryption mode can either be FILE_PASSWD_NT or FILE_PASSWD_LM.
the plaintext password to encrypt
the encryption mode to use
Returns string encrypted password.
File_Passwd_Smb::generatePassword()
|
This function should be called statically.
See also Crypt_CHAP_MSv1::ntPasswordHash() , Crypt_CHAP_MSv1::lmPasswordHash() .
Formatting MARC data | |
PEAR Manual | |