Hacker News new | ask | show | jobs
by entropic88 1768 days ago
This recently happened with a Bitcoin wallet app called Cake wallet. They used time() in their random number generator which allowed the key generation to be replicated and funds stolen.
1 comments

What’s wrong with just using /dev/urandom for the entropy pool?