Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
amalcon
on June 11, 2012
|
parent
|
context
|
favorite
| on:
It's Dangerous, a Python cryptographic signing mod...
/dev/random is better than urandom for this sort of thing. On linux:
dd if=/dev/random bs=64 count=1 2>/dev/null | hexdump
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
dd if=/dev/random bs=64 count=1 2>/dev/null | hexdump