UnixEntropySource

Entropy source for generic Unix. Runs various programs trying to gather data hard for a remote attacker to guess. Probably not too effective against local attackers as they can sample from the same distribution.

version(Posix)
final
static if(BOTAN_HAS_ENTROPY_SRC_UNIX_PROCESS_RUNNER)
class UnixEntropySource : EntropySource {}

Constructors

this
this(Vector!string trusted_path, size_t proc_cnt)

Members

Functions

poll
void poll(EntropyAccumulator accum)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From EntropySource

name
string name [@property getter]
poll
void poll(EntropyAccumulator accum)

Perform an entropy gathering poll

Meta