Explorar el Código

/dev/random -> /dev/urandom

Herbert Vojčík hace 12 años
padre
commit
b2865156a2
Se han modificado 1 ficheros con 1 adiciones y 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 +/ -_