ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Static Public Member Functions | |
static | hashPassword ($pPassword='') |
Create a password hash from a given string. More... | |
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.nosp@m.er@r.nosp@m.ezebr.nosp@m.a.co.nosp@m.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().