Pseudo Random Number Generator Daemon

The Pseudo Random Number Generator Daemon (PRNGD) offers an EGD compatible interface for obtaining random data. It is intented to be used as an entropy source to feed other software, especially software based on OpenSSL. Like EGD, it calls system programs to collect entropy. Unlike EGD, it does not generate a pool of random bits that can be called from other software. Instead, it feeds the bits gathered into the OpenSSL PRNG, from which the "random bits" are obtained when requested. This way, PRNGD is never drained and can never block (unlike EGD), so it is also suitable to seed inetd-started programs. It also features a seed-save file, so that it is immediately usable after system start.

Tags Security Cryptography
Operating Systems POSIX
Implementation C

Tweet this project

No-screenshot

Project Spotlight

RabbIT

A mutating, caching Web proxy to speed up surfing over slow links.

57bdc220d98328f627d4119cfd7354b7_thumb

Project Spotlight

brisk

An Ajax implementation of the Briscola in 5 card game.