Dan Ballard 2015-11-20 10:09:35 -08:00
parent 0dc40f0a96
commit 674c44032b
1 changed files with 1 additions and 1 deletions

View File

@ -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