From b0fdb14c108a604f12801b063770c614932c0b43 Mon Sep 17 00:00:00 2001 From: Ryan Kelly Date: Wed, 30 Apr 2014 15:55:51 +1000 Subject: [PATCH] Whoops, sha1sum only gives you 20 bits of entropy... --- syncserver.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncserver.ini b/syncserver.ini index cf53064..b3073b8 100644 --- a/syncserver.ini +++ b/syncserver.ini @@ -18,7 +18,7 @@ public_url = http://localhost:5000/ # It should be long and randomly-generated. # The following command will give a suitable value on *nix systems: # -# head -c 40 /dev/urandom | sha1sum +# head -c 20 /dev/urandom | sha1sum # # If not specified then the server will generate a temporary one at startup. #secret = INSERT_SECRET_KEY_HERE