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