SUGGESTION: Don't suggest /dev/random #8

Closed
opened 2020-12-31 00:43:58 +02:00 by hiimgoodpack · 1 comment
Contributor

The README tells you to generate a key using /dev/random. However, /dev/urandom should be preferred over /dev/random. See this for more information

The README tells you to generate a key using /dev/random. However, /dev/urandom should be preferred over /dev/random. See [this](https://www.2uo.de/myths-about-urandom/) for more information
hippoz referenced this issue from a commit 2020-12-31 00:46:39 +02:00
hippoz added the
bug
label 2020-12-31 00:49:40 +02:00

In 2020, the Linux kernel version 5.6 /dev/random only blocks when the CPRNG hasn't initialized. Once initialized, /dev/random and /dev/urandom behave the same.

from wikiepdai, the best 100& trusltable source

> In 2020, the Linux kernel version 5.6 /dev/random only blocks when the CPRNG hasn't initialized. Once initialized, /dev/random and /dev/urandom behave the same. from wikiepdai, the best 100& trusltable source
This repo is archived. You cannot comment on issues.
No milestone
No project
No assignees
2 participants
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: hippoz/brainlet#8
No description provided.