This commit is contained in:
Radek
2026-04-20 09:08:16 +01:00
parent 9703eb7b9a
commit a2dedb502e
+10
View File
@@ -0,0 +1,10 @@
# 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
#
#