Merge pull request #6 from jedisct1/dd

Use /dev/urandom
This commit is contained in:
angt
2015-11-16 10:50:39 +01:00

View File

@@ -16,5 +16,5 @@ To build and install the latest version:
To create and use a new secret key: To create and use a new secret key:
$ dd if=/dev/random iflag=fullblock of=glorytun.key bs=32 count=1 $ dd if=/dev/urandom of=glorytun.key bs=32 count=1
# glorytun keyfile glorytun.key [...] # glorytun keyfile glorytun.key [...]