|
|
|
|
|
by breser
2371 days ago
|
|
I find it strange that the article says that Java uses /dev/urandom by default. When I've been having to configure Java to use /dev/./urandom for years to deal with the fact that it defaults to /dev/random and setting it to /dev/urandom doesn't work because the Java code treats the two as the same. |
|
Wouldn't that stop issues like these (what's the benefit in keeping /dev/random the same)?