netsafe / Cardrand

This is a simple demonstration of two things, pulling random entropy out of a hardware smart card, and feeding that data into the Linux kernel pool using an ioctl call. Makes it possible for any Linux system to have a real hardware random number generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Deprecated!!!!!

CardRand is old unmaintained code, it worked well at the time it was written but I've replaced it with something more stable, more maintainable and more widely usable. You can read more about it at the TokenTools repository.

You can read more about why CardRand is being deprecated here.

#CardRand

A simple wrapper around libopensc for retrieving random data from a smart card HWRNG and feeding it into the kernel random pool using an ioctl. This makes it available to any application using /dev/random

About

This is a simple demonstration of two things, pulling random entropy out of a hardware smart card, and feeding that data into the Linux kernel pool using an ioctl call. Makes it possible for any Linux system to have a real hardware random number generator

License:Other


Languages

Language:C 100.0%