Linux: Difference between revisions
| Line 385: | Line 385: | ||
# remove the default servers in the config | # remove the default servers in the config | ||
</pre> | </pre> | ||
==<code>random</code> vs <code>urandom</code>== | |||
See [https://security.stackexchange.com/questions/3936/is-a-rand-from-dev-urandom-secure-for-a-login-key/3939#3939 stackexchange]<br> | |||
See [https://www.2uo.de/myths-about-urandom/ Myths about urandom]<br> | |||
;TLDR: Use <code>/dev/urandom</code> instead of <code>/dev/random</code> | |||