Google News
logo
CakePHP - Interview Questions
How can we encrypt and decrypt data in CakePHP?
In CakePHP, we can encrypt and decrypt data by using security library methods.
 
Syntax :
static Cake\Utility\Security::hash($string, $type = NULL, $salt = false)
Advertisement