What is the term "security.salt" and "security.cipherseed" in cakephp?
Answer Posted / Atif Rizwan
In CakePHP, "security.salt" is a random string used for securing passwords and tokens during authentication processes. It helps prevent attacks like rainbow table attacks by making each application's hashed passwords unique. "security.cipherseed" is also a random value used to seed CakePHP's encryption functions, ensuring deterministic encryption across requests. Both values can be set in the core.php configuration file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category