Conversation

This Tweet was deleted by the Tweet author. Learn more
Replying to and
Using haveged isn't a good recommendation. Software using either /dev/random or /dev/urandom should be fixed as both are faulty APIs. It shouldn't be worked around by using a questionable entropy generation service. The kernel is cautious about crediting entropy for good reason.
1
1
HAVEGE has a very sketchy mechanism for generating entropy heavily based on the assumption that Intel CPU cache mechanics are very non-deterministic, complex and not observable by other processes. Fix the broken software using the nonsensical Linux-specific faulty API instead.
1