Hello, If i use
$password = '123456'; $this->security->hash($password);
I get a different hash everytime, i don't understand this...is this a bug?
This post is marked as solved. If you think the information contained on this thread must be part of the official documentation, please contribute submitting a pull request to its repository.
Hello, If i use
$password = '123456'; $this->security->hash($password);
I get a different hash everytime, i don't understand this...is this a bug?