/dev/random entropy

Some interesting notes on /dev/random on a linux system. You can find how much entropy is available via ‘cat /proc/sys/kernel/random/entropy_avail’ and interestingly watch the entropy with ‘cat /dev/random | od -cx’ while moving the mouse, typing in a terminal, running a find, etc.

Comments are closed.