From 7851407fe89228897d01278bb1929f817821a701 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Tue, 9 Aug 2016 18:19:18 +0200 Subject: hwrand.pl,hwrand.py: forward randomness Continuously fills the entropy pool from /dev/hwrng, crediting 4 bits of entropy per byte. Hopefully speeds up the provisioning of a test VM that invokes pacman-key --init... Authored by me, posted on https://unix.stackexchange.com/a/302338/8250 --- hwrand.pl | 8 ++++++++ hwrand.py | 7 +++++++ 2 files changed, 15 insertions(+) create mode 100755 hwrand.pl create mode 100755 hwrand.py diff --git a/hwrand.pl b/hwrand.pl new file mode 100755 index 0000000..87fd667 --- /dev/null +++ b/hwrand.pl @@ -0,0 +1,8 @@ +#!/usr/bin/perl +open my $hw, "