albertobsd / rdrand

FreeBSD Module Device for rdrand Intel Secure Key RNG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rdrand

FreeBSD Module Device Character for rdrand Intel Secure Key RNG

Working in FreeBSD 11.1

You can build this module with just make

Load the module:

kldload ./devrdrand.ko

usage with dd

dd if=/dev/rdrand of=./output.rnd bs=1M count=1

About

FreeBSD Module Device for rdrand Intel Secure Key RNG


Languages

Language:C 99.1%Language:Makefile 0.9%