you are viewing a single comment's thread
view the rest of the comments
[–] 10 points 1 year ago

On linux /dev/random will use inputs such as mouse movement to generate random data. If a program needs random data for something such as encryption it will seemingly hang whilst it generates enough. This isn't good on servers without an active user so you configure it to use /dev/urandom instead. Perhaps windows had similar back in the day.

  • source
  • parent