1.

What Is The Use Of Security.salt And Security.cipherseed In Cakephp? How To Change Its Default Value?

Answer»
  • The Security.salt is USED for generating hashes.we can change the default Security.salt VALUE in /app/Config/core.php.
  • The Security.cipherseed is used for encrypt/decrypt strings.We can change the default Security.cipherSeed value by EDITING /app/Config/core.php. 



Discussion

No Comment Found