|
ILIAS
eassessment Revision 61809
|
Collaboration diagram for PHPExcel_Shared_PasswordHasher: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 xnoguer@rezebra.com.
| string | $pPassword | Password to hash |
Definition at line 48 of file PasswordHasher.php.
Referenced by PHPExcel_Worksheet\protectCells(), PHPExcel_Worksheet_Protection\setPassword(), PHPExcel_DocumentSecurity\setRevisionsPassword(), and PHPExcel_DocumentSecurity\setWorkbookPassword().
Here is the caller graph for this function: