1.

What is the term "Security.salt" and "Security.cipherSeed" in CakePHP?

Answer»

Security.salt : It is used for GENERATING hashes. We can CHANGE it's default VALUE in /app/Config/core.php.
Security.cipherseed : It is used for encrypt/decrypt STRINGS. We can change it's default value by EDITING /app/Config/core.php.



Discussion

No Comment Found