ILIAS
Release_4_0_x_branch Revision 61816
|
Static Public Member Functions | |
static | hashPassword ($pPassword= '') |
Create a password hash from a given string. |
Definition at line 36 of file PasswordHasher.php.
|
static |
Create a password hash from a given string.
This method is based on the algorithm provided by Daniel Rentz of OpenOffice and the PEAR package Spreadsheet_Excel_Writer by Xavier Noguer xnogu. er@r ezebr a.co m
string | $pPassword | Password to hash |
Definition at line 48 of file PasswordHasher.php.
References $password.
Referenced by PHPExcel_Worksheet\protectCells(), PHPExcel_Worksheet_Protection\setPassword(), PHPExcel_DocumentSecurity\setRevisionsPassword(), and PHPExcel_DocumentSecurity\setWorkbookPassword().