TRNG is a small and simple tool thatwill generate true random numbers of any length up to base-36.
TRNG uses the on-board Intel RNG architecture present in Chipsets with Firmware Hub 82802 and later.
The Intel RNG uses thermal noise from a resistor (Johnson Noise) to generate a true random, non-deterministic stream of bits. This type of RNG was only
previously available with external hardware or RNG Servers equipped with external hardware.
This is a time consuming process in terms of most computer operations, so TRN Generation time is RN size dependent.
This utility requires the following for TRN Generation:
· Intel Chipsets with Intel(R) 82802 Firmware Hub
· Intel Security Driver
· Intel Hardware Cryptographic Service Provider (CSP)
Requirements:
· The Intel Security Driver and the Intel Hardware Cryptographic Service Provider are available at the following address:
http://www.intel.com/design/chipsets/rng/resources.htm
You will need to download both items and install them before running TRNG.exe.