Hardware Random Number Generators on Intel Chipsets

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.
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/111163.html原文链接:https://javaforall.net

(0)
上一篇 2021年7月22日 上午11:00
下一篇 2021年7月22日 下午12:00


相关推荐

  • 腾讯混元2.0正式发布:推理能力/效率业界领先

    腾讯混元2.0正式发布:推理能力/效率业界领先

    2026年3月12日
    3
  • Apache负载均衡配置(反向代理模式)

    Apache负载均衡配置(反向代理模式)参考地址:https://blog.csdn.net/wgw335363240/article/details/8221444Apache负载均衡配置(反向代理模式)本文只适合EKP产品,至于应用

    2022年7月3日
    23
  • 二叉树中序遍历图示[通俗易懂]

    二叉树中序遍历图示[通俗易懂]一,中序遍历二叉树的算法1,调用自身来遍历节点的左子树2,访问这个节点3,调用自身来遍历节点的右子树二,实例三,方法调用tree.inOrder(tree.root);四,执行示意图总结:学习二叉树的时候,一直对遍历所用到的递推跟递归思想迷惘。现在使用示意图,觉得清晰多了,希望能帮有需要的人。…

    2025年11月14日
    6
  • 如何在虚拟机上安装win10系统_虚拟机安装系统的步骤

    如何在虚拟机上安装win10系统_虚拟机安装系统的步骤有些用户为了在自己的win10系统上检测一些软件,通常情况会给自己安装一个xp系统虚拟机,这样也能避免测试程序对于主系统的损害,可是win10安装xp虚拟机怎么做呢?接下来小编就带大家来了解一下win10安装xp虚拟机详细步骤。具体方法:1、首先你得去下载一个想要装载在虚拟机上的系统,一定要下载扩展名为.iso的文件。2、然后再去下载一个VMwareWorkstation的虚拟机安装软件,3、然…

    2022年8月16日
    15
  • pythoncharm注释快捷键_jsp注释快捷键

    pythoncharm注释快捷键_jsp注释快捷键常用的快捷键1.设置(ctrl+alt+s)2.快速创建文件(alt+insert)3.自动格式化(ctrl+alt+l)4.快速注释代码(ctrl+/)5.快速取消注释代码(ctrl+/)6.复制一行代码(ctrl+d)7.撤销操作(ctrl+z)常用的注释方式1.单行注释使用#2.多行注释使用三引号“””“””…

    2022年8月28日
    5
  • 网络编程之bind函数

    网络编程之bind函数基本 TCP 客户端 服务器程序的套接字函数 1 bind 函数把一个本地协议地址赋予一个套接字 对于网际协议 协议地址是 32 位的 IPv4 地址或是 128 位的 IPv6 地址与 16 位的 TCP 或 UDP 端口号的组合 include lt sys socket h gt intbind intsockfd nbsp conststructs socklen taddrlen 第二个参数是一个指

    2026年3月19日
    3

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号