Skip to main content

Distributed Randomness Beacon client

Project description

drb-client

Distributed Randomness Beacon client

Gathers entropy from multiple drand instances, securely mixes responses and outputs to kernel entropy pool or stdout. Suitable for use with League of Entropy servers (see "Running" section).

drb-client can be used as a standalone source of high-quality random number, or as additional source for entropy pool in Linux kernel. Produced amount of entropy should be sufficient to derail attacks based on RNG predictability.

Cryptography background

drb-client polls list of drand servers with given interval and requests private entropy data portion from each one. Communication between drb-client and drand is protected with AES256-GCM encryption derived on BN-256 curve on top of TLS (this is imposed by drand API format).

drb-client constructs each output of entropy from at least quorum (-Q option) distinct inputs. It is assumed at least node_count - quorum + 1 nodes produce truly unpredictable secure random numbers, so any quorum of distinct responses definitely contain at least one truly random input (due to pigeonhole principle).

Entropy portions from beacon servers are mixed using stateful HKDF-based mixer. Each sufficient set of random responses is used to produce random output and new salt value for HKDF mixer. Therefore, mixer output becomes unpredictable after successful generation of first output, even if all beacon servers get compromised and start feeding client with biased data.

Default poll interval is 60 seconds and such interval is chosen for a reason. drand generates entropy for each response using its /dev/urandom. On Linux urandom gets reinitialized from /dev/random each 1 minute. So there is no reason to fetch random data more often: responses between reinitializations are in functional dependence.

Installation

Requires Python 3.5.3+

From PyPI

pip3 install drb-client

From source

Download or clone repository and run following command in source code directory:

pip3 install .

Running

There are few available entropy sinks (option -O):

  • devrandom - (default) writes collected entropy into /dev/random device, without increment of kernel counter of available entropy in pool.
  • stdout - writes collected entropy into standard output.
  • rndaddentropy - writes collected entropy into /dev/random device with increment of kernel counter of available entropy in pool. Requires superuser privileges to operate.

You may obtain latest group.toml config with list of League of Entropy servers here.

Run with default sink:

drb-client group.toml

Contribute into /dev/random and increment entropy counter:

sudo drb-client -O rndaddentropy group.toml

For logging into file see "Synopsis" section.

Synopsis

$ drb-client --help
usage: drb-client [-h] [-v {debug,info,warn,error,fatal}] [-l FILE]
                  [-Q QUORUM] [-T PERIOD] [-w TIMEOUT]
                  [-O {stdout,rndaddentropy,devrandom}]
                  group_config

Distributed Randomness Beacon client

positional arguments:
  group_config          group config

optional arguments:
  -h, --help            show this help message and exit
  -v {debug,info,warn,error,fatal}, --verbosity {debug,info,warn,error,fatal}
                        logging verbosity (default: info)
  -l FILE, --logfile FILE
                        log file location (default: None)

poll options:
  -Q QUORUM, --quorum QUORUM
                        minimal answers required on each poll. Default value
                        is (node_count // 2 + 1). (default: None)
  -T PERIOD, --period PERIOD
                        poll interval for each source (default: 60)
  -w TIMEOUT, --timeout TIMEOUT
                        timeout for each request (default: 4)

output options:
  -O {stdout,rndaddentropy,devrandom}, --output {stdout,rndaddentropy,devrandom}
                        entropy output (default: devrandom)

Deployment

You may obtain latest group.toml config with list of League of Entropy servers here.

See deploy/drb-client.service for example of systemd unit file.

Credits

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

drb_client-0.3.0.tar.gz (19.1 kB view details)

Uploaded Source

Built Distribution

drb_client-0.3.0-py3-none-any.whl (19.8 kB view details)

Uploaded Python 3

File details

Details for the file drb_client-0.3.0.tar.gz.

File metadata

  • Download URL: drb_client-0.3.0.tar.gz
  • Upload date:
  • Size: 19.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4

File hashes

Hashes for drb_client-0.3.0.tar.gz
Algorithm Hash digest
SHA256 ec732355714200edb7944fa29b2aa254719713c2b895ec3bd525f0a10808e90c
MD5 e7529bb7c8f0031bf6242865eae6b6fb
BLAKE2b-256 1473eb2e27a6144c5dd2e29b78289b1606f75302f996b5ee32befecd8531e8a2

See more details on using hashes here.

File details

Details for the file drb_client-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: drb_client-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 19.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4

File hashes

Hashes for drb_client-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9abb617b3bceb24e239847f5cee3a831fdaa47bace2ba86da161811c826667dd
MD5 ccb3212eac55d6b97df1c5ce9047b868
BLAKE2b-256 807d9d43489c823d664a6fb2d7f6d19b4808a7fbe59c194d9ff65025b0c0e40c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page