11 lines
455 B
Markdown
11 lines
455 B
Markdown
# In order to use this there needs to be a IP webcam with some stream availabgle to use as the randomes generating source.
|
|
# Sugest review code to see how it should be provided to the script.
|
|
#
|
|
# generate entropy via pie fifo file.
|
|
python3 entropy.py --loop --bit 1024 | xxd -r > /tmp/entropy.fifo
|
|
#
|
|
# Use the generated entropy
|
|
sudo rngd -f -W 90% -x rdrand -x jitter -x pkcs11 -x rtlsdr -O namedpipe:path:/tmp/entropy.fifo -O namedpipe:timeout:2
|
|
#
|
|
#
|