zoukankan      html  css  js  c++  java
  • Hardware Random Number Generators on Intel Chipsets

    Hardware Random Number Generators on Intel Chipsets

    If you're running Linux or one of the BSDs on an Intel platform, you may have been told that you have a hardware random number generator (RNG) in your chipset. Recent kernels of Linux, OpenBSD, FreeBSD, and NetBSD all include drivers for these devices.

    Unfortunately, it's likely that few people ever got RNGs in their chipsets. Intel has now confirmed that its current-generation 865 and 875 chipsets do not include a hardware RNG, and that newer chipsets will also not include this device. Starting with the 810 in 1999, some Intel chipsets did include RNGs; but the firmware hub that included the RNG soon became an optional component of the chipset, and was probably only present thereafter in mainboards manufactured by Intel. The newer your mainboard with an Intel chipset, the less likely it is that you have an RNG onboard.

    Also unfortunately, the Linux and *BSD drivers and daemons will not necessarily, as of this writing, tell you that you don't have an RNG. You may have to infer it from the failure of the RNG to produce random data.

    If you search the web for "Intel hardware random", you could be forgiven for concluding that Intel's RNG program is alive and well. There are many articles about the Intel RNGs. But look again: all of those articles are two to four years old. Intel's RNG program is defunct.

    Definitive information about this problem has been scarce. This site collects all of the evidence I've been able to find.

    News

    • 2003-12-27:
      • Site redesign.
    • 2003-12-14:
    • 2003-12-05:
      • Added information on dmidecode in "Do I Have an RNG?"
      • Added one report to the chipset database.
    • 2003-11-14:
    • 2003-11-12:
      • Added information on /proc/bus/input/devices in "Do I Have an RNG?"
      • Updated information on Sandra results in "Do I Have an RNG?"
      • Added three more reports to the chipset database.
    • 2003-11-06:
      • Reorganized site.
      • Added sections "What Intel Says" and "RNG and Chipset Database".
    • 2003-10-25:
      • Site debut.
  • 相关阅读:
    leetcode-832-Flipping an Image
    leetcode-830-Positions of Large Groups
    leetcode-824-Goat Latin(字符串的处理)
    leetcode-821-Shortest Distance to a Character
    leetcode-819-Most Common Word(词频统计)
    HDU 4729 An Easy Problem for Elfness(树链剖分边权+二分)
    python爬虫(1)——正则表达式
    利用MySQL之federated引擎实现DBLink功能
    HTTPS原理及流程
    NIO、多路复用的终极奥义
  • 原文地址:https://www.cnblogs.com/huqingyu/p/155128.html
Copyright © 2011-2022 走看看