Linux: Difference between revisions

Line 403: Line 403:
</pre>
</pre>


==<code>random</code> vs <code>urandom</code>==
 
==<code>/dev/</code>==
===<code>random</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://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>
See [https://www.2uo.de/myths-about-urandom/ Myths about urandom]<br>


;TLDR&#58; Use <code>/dev/urandom</code> instead of <code>/dev/random</code>
;TLDR&#58; Use <code>/dev/urandom</code> instead of <code>/dev/random</code>


==Gnome==
==Gnome==