What is the use of security.salt and security.cipherseed in cakephp? How to change its default value?
Answer / Ambikesh Srivastava
security.salt and security.cipherSeed are used for encryption and decryption of passwords in CakePHP. By default, they have unique values generated by the CakePHP framework at installation, but you can change them by modifying their respective values in the 'core.php' file located within the 'config' folder.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to write, read and delete the session in cakephp?
List types of association supported by cakephp?
Is cakephp a mvc?
What are sessions in php.
What is wrong with the below validation rule?
How to include helpers in controller ?
Please provide controllers naming convention in cakephp?
What are the key features of cakephp?
How can we use ajax in cakephp?
How can you include a javascript menu throughout the site. Give steps.
What are sessions in php. How to read, write and delete session in cakephp?
Is it possible to have multiple validation rules per field in cakephp?