Closed
Bug 1146803
Opened 10 years ago
Closed 10 years ago
The documentation should use /dev/random instead of /dev/urandom
Categories
(Cloud Services :: Web Site - Deprecated, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: julienw, Unassigned)
Details
Found on https://docs.services.mozilla.com/howtos/run-sync-1.5.html :
$ head -c 20 /dev/urandom | sha1sum db8a203aed5fe3e4594d4b75990acb76242efd35 -
I think we should just use /dev/random here, there is no need to use a non-blocking generator for a one-time use.
Moreover, urandom is insecure (source: http://www.2uo.de/myths-about-urandom/).
| Reporter | ||
Comment 1•10 years ago
|
||
Forget about me, I'm dumb.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•