diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..60f6293 --- /dev/null +++ b/notes.md @@ -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 +# +#