Explorar o código

/dev/random -> /dev/urandom

Herbert Vojčík %!s(int64=13) %!d(string=hai) anos
pai
achega
b2865156a2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/rnd

+ 1 - 1
bin/rnd

@@ -1,2 +1,2 @@
 #!/bin/sh
-head -c3 /dev/random | base64 | tr +/ -_
+head -c3 /dev/urandom | base64 | tr +/ -_