Hash
- Namespace: Redaxscript
- Description: parent class to create a salted hash
- Package: Redaxscript
- Category: Hash
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
$_raw | string | protected | plain raw |
$_hash | string | protected | salted hash |
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
init | public | init the class |
getRaw | public | get the raw |
getHash | public | get the hash |
validate | public | validate raw again hash |
_create | protected | create a salted hash |
Method | Visibility | Description |