Hi, i want to know if im doing this correctly, currently im using the following code:
$this->password = \Phalcon\DI::getDefault()->getSecurity()->hash($this->password);
Is it ok, or is there any other method?
Hi, i want to know if im doing this correctly, currently im using the following code:
$this->password = \Phalcon\DI::getDefault()->getSecurity()->hash($this->password);
Is it ok, or is there any other method?