use urandom
http://sockpuppet.org/blog/2014/02/25/safely-generate-random-numbers/
This commit is contained in:
parent
0dc40f0a96
commit
674c44032b
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
dd if=/dev/random of=csrf-secret.txt count=32 bs=1
|
||||
dd if=/dev/urandom of=csrf-secret.txt count=32 bs=1
|
||||
|
|
Loading…
Reference in New Issue