Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jerguismi
on June 5, 2017
|
parent
|
context
|
favorite
| on:
A peek under Bitcoin’s hood: Writing a client that...
Not using cryptographically safe random key is very stupid, even though it is only an example. It should be very trivial to fix this example.
I think in python the right way is to use the os.urandom() function.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I think in python the right way is to use the os.urandom() function.