• solt's avatar
    Use /dev/random instead of /dev/urandom · 69f0e1d0
    solt authored
    /dev/random should be used for crypto-grade RNG.
    
    To make sure use of /dev/random doesn't stall due to lack of entropy, install haveged which fills the entropy pool with sources such as network traffic, key strokes, etc.
    
    On branch master
    Your branch is up-to-date with 'origin/master'.
    
    Changes to be committed:
    	modified:   setup/dns.sh
    	modified:   setup/system.sh
    	modified:   setup/webmail.sh
    69f0e1d0
webmail.sh 4.26 KB