[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/prngd/prngd.desc [COPY] Copyright (C) 2006 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A daemon designed to act as an entropy source [T] The Pseudo Random Number Generator Daemon (PRNGD) offers an EGD [T] compatible interface for obtaining random data. It is intented to [T] be used as an entropy source to feed other software, especially [T] software based on OpenSSL. Like EGD, it calls system programs [T] to collect entropy. Unlike EGD, it does not generate a pool [T] of random bits that can be called from other software. Instead, it [T] feeds the bits gathered into the OpenSSL PRNG, from which the [T] "random bits" are obtained when requested. This way, PRNGD is [T] never drained and can never block (unlike EGD), [T] so it is also suitable to seed inetd-started programs. It also [T] features a seed-save file, so that it is immediately usable after [T] system start. [U] http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html [A] Lutz Jaenicke [M] The T2 Project [C] extra/tool [F] CROSS [L] OpenSource [S] Stable [V] 0.9.29 [O] makeinstopt= [O] hook_add postmake 5 'cp -vf prngd $root$sbindir/' [O] hook_add postmake 6 'cp -vf prngd.man $root$mandir/man1/prngd.1' [D] 57dbc1a7f4ad497b9ad2d584775cbf09788466fb1058826d8637b541 prngd-0.9.29.tar.gz ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/related/prngd/