The Infinite Noise TRNG is an open source random number generator. Check the GitHub repository from Bill Cox (waywardgeek) for detailed documentation of the hardware design.
My contributions to the software side of this project are of course included in these builds.
This means, systemd- and udev rules are included for automatic start of the driver when connecting the device. Also its now possible to connect multiple devices to one computer (mainly for testing purposes).
Signed repositories are also available for Ubuntu, CentOS 7 and Raspbian (ARMv7) – see below.
The debian and ubuntu packages are signed with PGP Key-Id: 0x4E730A3C)
Downloads
current version: 0.3.3distro | architecture | filename | size |
CentOS / Fedora | amd64 / x86_64 | infnoise-0.3.3-0.x86_64.rpm | 17268 |
Source Code | x86 | infnoise-0.3.3.tar.gz | 47263 |
Source Code | signature | infnoise-0.3.3.tar.gz.sig | 566 |
CentOS / Fedora | amd64 / x86_64 | infnoise-tools-0.3.3-0.x86_64.rpm | 21036 |
Ubuntu / Debian | amd64 / x86_64 | infnoise-tools_0.3.3_amd64.deb | 16524 |
Ubuntu / Debian | ARM64 | infnoise-tools_0.3.3_arm64.deb | 17016 |
Ubuntu / Debian | ARMv7 | infnoise-tools_0.3.3_armhf.deb | 17024 |
Ubuntu / Debian | x86 | infnoise-tools_0.3.3_i386.deb | 16544 |
Ubuntu / Debian | amd64 / x86_64 | infnoise_0.3.3_amd64.deb | 15016 |
Ubuntu / Debian | ARM64 | infnoise_0.3.3_arm64.deb | 15700 |
Ubuntu / Debian | ARMv7 | infnoise_0.3.3_armhf.deb | 15704 |
Ubuntu / Debian | x86 | infnoise_0.3.3_i386.deb | 15016 |
Windows | infnoise-win.exe | 140KB |
Debian / Ubuntu Repositories
To ensure authenticity of the packages, please add my PGP code signing key to your apt key-ring:
$ wget -qO- https://13-37.org/files/pubkey.gpg | sudo tee /etc/apt/trusted.gpg.d/pkg.13-37.org.asc
Install and receive updates for the Infinite Noise TRNG driver by adding the respective repository to your /etc/apt/sources.list
Debian/Ubuntu
deb http://repo.13-37.org/ stable main
#deb-src http://repo.13-37.org/ stable main
Install
$ echo deb http://repo.13-37.org/ stable main | sudo tee /etc/apt/sources.list.d/infnoise.list
$ sudo apt-get update && sudo apt-get install infnoise
ArchLinux User Repository
https://aur.archlinux.org/packages/infnoise/
Code and Documentation
Original project: https://github.com/waywardgeek/infnoise
leetronics fork: https://github.com/leetronics/infnoise
Changelog
9 thoughts on “GNU/Linux packages for the Infinite Noise TRNG”
Leave a Reply
You must be logged in to post a comment.
I documented how to build this on Centos6 here: https://github.com/waywardgeek/infnoise/issues/62
Where do I find the windows drivers? The manual says “Drivers for Linux and Windows can be found under https://leetronics.de/AM7cQ“…?
The source (still) compiles out-of-the-box & works like a charm under macOS X 10.15.7. Nicely done!
__outer
Windows: 404 Not Found
Thanks for pointing this out! Link has been fixed: https://13-37.org/files/infnoise-win.exe
please need news about order 5279
tnx
Hi Manuel,
I tried running https://13-37.org/files/infnoise-win.exe on my Win 10 machine, and nothing happened.
I was expecting an installer to run, or an Inf installer to run, but running the file did nothing. Is this expected?
The infnoise-win.exe is a command line program that writes random data to an output file.
Please open cmd.exe, navigate to the directory where infnoise-win.exe is located and run it from there.
Also see https://github.com/leetronics/infnoise/tree/master/software#windows
I see! Thank you! xx