Skip to content

Userland daemon like rng-tools rngd, to feed additional entropy via write_random

License

Notifications You must be signed in to change notification settings

tetlowgm/bsd-rngd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bsd-rngd

Userland daemon like rng-tools rngd, to feed additional entropy via randomdev_accumulate. Tested on FreeBSD 11.1 with a Ubld.it TrueRNGPro device.

TODO:

  • Use Capsicum
  • Split up writes of 16 bytes or greater into multiple 8 byte chunks to optimize amount of entropy written ino random pools
  • Health tests for input from trng source

About

Userland daemon like rng-tools rngd, to feed additional entropy via write_random

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.2%
  • Shell 5.4%
  • Makefile 1.4%