Salts should be randomized on install

XMLWordPrintable

      As part of setup, the Cake salts should be randomized.

      /**

      • A random string used in security hashing methods.
        */
        Configure::write('Security.salt', 'RANDOMIZETHIS');

      /**

      • A random numeric string (digits only) used to encrypt/decrypt strings.
        */
        Configure::write('Security.cipherSeed', 'RANDOMIZETHISTOO');

            Assignee:
            Scott Koranda SCG (Inactive)
            Reporter:
            Benn Oshrin (internet2.edu)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: