DRBG

Get Certified Get Ahead

Deterministic Random Bit Generator (DRBG)

An RBG that includes a DRBG mechanism and (at least initially) has access to a randomness source. The DRBG produces a sequence of bits from a secret initial value called a seed, along with other possible inputs. A DRBG is often called a Pseudorandom Number (or Bit) Generator. Contrast with NRBG.

See NIST SP 800-90A Rev. 1 for more information.
See NIST SP 800-90B under Deterministic Random Bit Generator (DRBG) for more information.

A random bit generator that includes a DRBG algorithm and (at least initially) has access to a source of randomness. The DRBG produces a sequence of bits from a secret initial value called a seed, along with other possible inputs. A cryptographic DRBG has the additional property that the output is unpredictable, given that the seed is not known. A DRBG is sometimes also called a Pseudo-random Number Generator (PRNG) or a deterministic random number generator.

See NIST SP 800-57 Part 1 Rev. 4 under Deterministic random bit generator (DRBG) for more information.

See Deterministic random bit generator (DRBG).
See NIST SP 800-57 Part 1 Rev. 4 under Pseudorandom number generator (PRNG) for more information.

Share this Post