Article | REF: H5215 V1

Electronic circuit for random-numbers generation

Author: Arnaud TISSERAND

Publication date: August 10, 2014, Review date: February 7, 2020

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!


Français

5. Examples of hybrid random generators

The need for good-quality randomness is such that most operating systems today offer reserves of random numbers produced by HRNGs. This is the case, for example, with the /dev/random pseudo-file in Unix systems. Often these generators are CSPRNGs whose initial state is given by information from system peripherals (hard disk access time, network controller state, etc.), the processor (number of cache faults, state of branch predictors, etc.). The aim is to offer a high level of quality with CSPRNG and a non-reproducible character due to the use of physical entropy sources.

However, these devices are often complex and can be subject to attack if not implemented with sufficient care. This was the case with Windows 2000, for example

You do not have access to this resource.

Exclusive to subscribers. 97% yet to be discovered!

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!


The Ultimate Scientific and Technical Reference

A Comprehensive Knowledge Base, with over 1,200 authors and 100 scientific advisors
+ More than 10,000 articles and 1,000 how-to sheets, over 800 new or updated articles every year
From design to prototyping, right through to industrialization, the reference for securing the development of your industrial projects

This article is included in

Software technologies and System architectures

This offer includes:

Knowledge Base

Updated and enriched with articles validated by our scientific committees

Services

A set of exclusive tools to complement the resources

Practical Path

Operational and didactic, to guarantee the acquisition of transversal skills

Doc & Quiz

Interactive articles with quizzes, for constructive reading

Subscribe now!

Ongoing reading
Examples of hybrid random generators