Hacker News new | ask | show | jobs
by k-ian 2010 days ago
One of the more popular paper wallet generators is https://www.bitaddress.org/. But because i'm paranoid of situations like this, I've downloaded a release from their github and copied it to an airgapped laptop, and generated keys that way- https://github.com/pointbiz/bitaddress.org/releases
2 comments

I think that’s the recommended procedure. I wouldn’t call that paranoid at all.
Interesting that Crypto.getRandomValues isn't enough for them and they also generate their own entropy in addition to it.