Hi everyone,
I have changed the
Configure::write('Security.salt', '############');
value in the file
config/core.php
file to a '256-bit hex key'. Is it safe or a good practice to change these lines for every different installation of cakephp application or shall I revert back to the original ?
I also changed the
Configure::write('Security.cipherSeed','7927237598237592759727');
to a different one of more length.
Please throw some light on this.
Thanks