filippo (Filippo Valsorda)
- Login: filippo
- Email: hi@filippo.io
- Registered on: 01/02/2016
- Last sign in: 04/30/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
04/30/2016
-
10:24 PM Ruby Bug #9569: SecureRandom should try /dev/urandom first
- I am completely puzzled by what is happening here.
A number of cryptographers and systems engineers stated publicly and loudly that /dev/urandom is the way to go.
**All other languages only expose /dev/urandom in the stdlib.** All ...
01/02/2016
-
07:40 PM Ruby Bug #9569: SecureRandom should try /dev/urandom first
- Hi!
I happen to have just given a talk on urandom internals at 32C3: https://media.ccc.de/v/32c3-7441-the_plain_simple_reality_of_entropy
The main takeaway about urandom is that it's a CSPRNG, just like the OpenSSL one. (Just bette...