Skip to content
Snippets Groups Projects
Unverified Commit 288aecdf authored by Thijs Kinkhorst's avatar Thijs Kinkhorst Committed by GitHub
Browse files

Merge pull request #836 from boobaa/salt-on-mac

Add Mac support to salt generation command
parents 83399e27 eaa2c064
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,7 @@ $config = array( ...@@ -103,7 +103,7 @@ $config = array(
* 'secretsalt' can be any valid string of any length. * 'secretsalt' can be any valid string of any length.
* *
* A possible way to generate a random salt is by running the following command from a unix shell: * A possible way to generate a random salt is by running the following command from a unix shell:
* tr -c -d '0123456789abcdefghijklmnopqrstuvwxyz' </dev/urandom | dd bs=32 count=1 2>/dev/null;echo * LC_CTYPE=C tr -c -d '0123456789abcdefghijklmnopqrstuvwxyz' </dev/urandom | dd bs=32 count=1 2>/dev/null;echo
*/ */
'secretsalt' => 'defaultsecretsalt', 'secretsalt' => 'defaultsecretsalt',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment