Property | Type | Description | |
---|---|---|---|
$saltLength | integer | The salt length. |
Method | Description | |
---|---|---|
createSalt ( ) : string | Create a random string for a salt. | |
slowEquals ( string $a, string $b ) : boolean | Compares two strings $a and $b in length-constant time. |
protected createSalt ( ) : string | ||
return | string |