Y
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
mrfusion
2009 days ago
I think that’s the recommended procedure. I wouldn’t call that paranoid at all.
link
lights0123
2010 days ago
Interesting that Crypto.getRandomValues isn't enough for them and they also generate their own entropy in addition to it.
link