Skip to main content

Python interface to Intel hardware rng

Project description

RDRAND
======

A module to use Intel's hardware RNG with python's random class

USAGE
-----

#easy_install rdrand
#python

>>>from rdrand import RdRandom
>>>r = RdRandom()


At this point, ``r`` will behave just like ``random``

``RdRandom`` is a subclass of ``random.Random``, and behaves like ``random.Random``,
but it uses inline assembly to access the hardware RNG. This should be
a cryptographically secure drop in replacement for ``random``, if the Intel random number
generator is valid. No mitigation is done to modify the output of the hardware to prevent problems with Intel's implementation. Caveat Emptor.

Also, it includes the function ``r.getrandombytes(i)`` where ``i`` is a positive int. This returns a string
of length ``i`` filled with random bytes, which is ideal for generating a key or using directly in a protocol.

Please note, as with any security solution, it is possible to subvert this. Please understand the full context before deploying. I am not liable for misuse or clever hackers.

Please note, that is also currently works on 64 bit builds. I will extend this to 32 bits in the future.

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

rdrand-0.2.2.tar.gz (3.9 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: rdrand-0.2.2.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for rdrand-0.2.2.tar.gz
Algorithm Hash digest
SHA256 0d2aef9014b07b00d40ffee80568f40bd0142c7327446cc3fbe4f2dd08ecc55e
MD5 292e3c75461879856eda9b8baf63320c
BLAKE2b-256 56e23c0a1c65c3e459215ba32a455e604fafd9296df78b189032828317cf5ae5

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