PHPExcel_Shared_PasswordHasher
class PHPExcel_Shared_PasswordHasher
PHPExcelSharedPasswordHasher
Methods
static string
hashPassword(string $pPassword = '')
Create a password hash from a given string.
Details
at line 57
static string
hashPassword(string $pPassword = '')
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 SpreadsheetExcelWriter by Xavier Noguer xnoguer@rezebra.com.