sarciszewski (Scott Arciszewski)
- Login: sarciszewski
- Registered on: 11/21/2014
- Last sign in: 05/30/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
05/30/2016
-
08:12 PM Ruby Bug #9569: SecureRandom should try /dev/urandom first
- I'm now actively discouraging anyone from ever using the incorrectly-named SecureRandom, in favor of Tony Arcieri's Sysrandom (which can be monkey-patched in place of SecureRandom).
https://paragonie.com/blog/2016/05/how-generate-secu...
05/03/2016
-
10:19 PM Ruby Bug #9569: SecureRandom should try /dev/urandom first
- Let's look at some OpenSSL RNG failures outside the Ruby microcosm:
* https://emboss.github.io/blog/2013/08/21/openssl-prng-is-not-really-fork-safe/
* https://github.com/ramsey/uuid/issues/80
* https://eprint.iacr.org/2016/367
If...