\PHPExcel_Shared_PasswordHasher

PHPExcel_Shared_PasswordHasher

Summary

Methods
Properties
Constants
hashPassword()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

hashPassword()

hashPassword(string  $pPassword = '') : string

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.

Parameters

string $pPassword

Password to hash

Returns

string —

Hashed password