A Salt and CipherSeed generator that regenerates at every refresh
/**
* A random string used in security hashing methods.
*/
...
/**
* A random string used in security hashing methods.
*/
    Configure::write('Security.salt', 'FaFdb1OW53241oEmL4sY6f845xex8kFi4wMLh64J3squ7Twg6J8bSWj7oDIkeuQg');
/**
* A random numeric string (digits only) used to encrypt/decrypt strings.
*/
    Configure::write('Security.cipherSeed', '6611049188449995451123698244673852307671');