This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get install haveged | |
nano /etc/default/haveged # Setup DAEMON_ARGS="-w 1024" | |
update-rc.d haveged defaults | |
cat /dev/random | rngtest -c 1000 # Testing Availability of Entropy & Quality of Random Data | |
cat /proc/sys/kernel/random/entropy_avail # To test the amount of available entropy |