< Home - < Back

RdRand


Information about the package, RdRand, which is shipped with common Linux distributions. The RdRand package is designed for, Library for generating random numbers using the RdRand instruction.


Package Name:

RdRand

Summary:

Library for generating random numbers using the RdRand instruction

Description:

RdRand is an instruction for returning random numbers from an Intel on-chip hardware random number generator.RdRand is available in Ivy Bridge and later processors. It uses cascade construction, combining a HW RNG operating at 3Gbps with CSPRNG with all components sealed on CPU. The entropy source is a meta-stable circuit, with unpredictable behavior based on thermal noise. The entropy is fed into a 3:1 compression ratio entropy extractor (whitener) based on AES-CBC-MAC. Online statistical tests are performed at this stage and only high quality random data are used as the seed for cryptograhically secure SP800-90 AES-CTR DRBG compliant PRNG. This generator is producing maximum of 512 128-bit AES blocks before it's reseeded. According to documentation the 512 blocks is a upper limit for reseed, in practice it reseeds much more frequently.

Architecture:

x86_64

Version:

2.0.0

Release:

1.el6

Size:

33 k

Repository:

epel

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for RdRand


Control the RdRand package with the following handy commands outlined below.


Command

Description of Command

yum install RdRand

This command will install RdRand on the server.

yum remove RdRand

This command will un-install RdRand on the server. When you run this command, you will be asked if you are sure that you want to remove RdRand, so you have to manually confirm that you want to do this.

yum -y remove RdRand

This command will un-install RdRand on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove RdRand when using the -y flag.

yum update RdRand

This command will update RdRand to the latest version. When you run this command, you will be asked if you are sure that you want to remove RdRand, so you have to manually confirm that you want to do this.

yum -y update RdRand

This command will update RdRand to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove RdRand when using the -y flag.

yum info RdRand

This command will show you core information about the RdRand package.

yum deplist RdRand

This command will show you the dependencies for RdRand. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update RdRand

This command will check if there is an update waiting on RdRand. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.