PHP Class YiiPassword\Strategies\HttpDigest

Inheritance: extends YiiPassword\Strategy
Show file Open project: phpnode/yiipassword

Public Properties

Property Type Description
$realm string The realm used for this strategy

Public Methods

Method Description
encode ( string $password ) : string Encode a plain text password.

Method Details

encode() public method

Encode a plain text password.
public encode ( string $password ) : string
$password string the plain text password to encode
return string the encoded password

Property Details

$realm public property

The realm used for this strategy
public string $realm
return string