InterviewSolution
Saved Bookmarks
| 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. |
|