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.2.2.tar.gz (18.9 kB view details)

Uploaded Source

Built Distribution

drb_client-0.2.2-py3-none-any.whl (19.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: drb_client-0.2.2.tar.gz
  • Upload date:
  • Size: 18.9 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.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for drb_client-0.2.2.tar.gz
Algorithm Hash digest
SHA256 eb5e252b70363e19f6a76ae8bd33fd9685e5f446514231eadce1d2d74da637e9
MD5 1af1b266ff69741daa9545af7bf73613
BLAKE2b-256 a3f2987d447d0a80cab3dca6fc81d84da7912ece6393680fecd32ba4408d3cf9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: drb_client-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 19.6 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.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for drb_client-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2ade58b3ad065b9b2b160b8f514f472dd1473672d8c4f8da33354482d9597b61
MD5 4329b31e60d1063de7b2ee40b4fa46df
BLAKE2b-256 b6c253972add89516001aa3902740a400851c782bf1d386fc8faab2aac39bfff

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