summaryrefslogtreecommitdiff
path: root/security/egd/DESCR
blob: 11f664c12bd2650fbccc1aedea9700d1b60ee925 (plain)
1
2
3
4
5
6
7
8
This is a perl program to collect entropy from a running Unix-like system,
mostly through various stats calls (vmstat and friends). The output is
hashed into a pool, stirred with an SHA1 hash, and used to provide
(theoretically) high-quality random data to callers over a UNIX- or TCP-
socket interface. This aims to provide functionality similar to the Linux
/dev/random device, but implemented in a fairly-portable user-space daemon
so that it can run on many unix-like systems. See the README for common
usage details.