|
|
|
|
|
by silvestrov
5184 days ago
|
|
Pure software-based random generators are deterministic and thus not random. When something is deterministic, it is reproducible and therefore not good for creating crypto keys. Most /dev/random implementations use data from the ethernet driver, the keyboard, mouse etc to get some input which isn't easy to reproduce. |
|