Hash
- Namespace: \Redaxscript
- Description: parent class to create a salted hash
- Package: Redaxscript
- Category: Hash
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_raw | protected | ||
_hash | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
init | public | init the class |
getAlgorithm | public | get the algorithm |
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 |