Earlier quoted context omitted.
This appears to generate the wallet in your browser, so the key is never sent over HTTP. That said, I still have difficulty trusting hobby crypto.
That's true, but the code that generates the wallet is still sent over HTTP, so there is an opportunity for an attacker to insert malicious code. It would be a lot better if this was served over HTTPS, but then you still need to trust the author.
PaperCoin - paper offline Bitcoin wallets
11–20 of 51 posts
Re: PaperCoin - paper offline Bitcoin wallets
#12Earlier quoted context omitted.
The generation could still be deterministic in some way. I haven't looked over the code yet, so I don't know. Even if it is securely created, there's nothing stopping the code being modified to some clients.
It would be neat to have something like this as JS application. Of course again you have to check the code or trust the author, but I think an audit would be possible.
Re: PaperCoin - paper offline Bitcoin wallets
#13Bitaddress.org has more options, and includes all necessary code in a single .HTML file. So if you download it to run it locally/offline -- as you should -- whether you grab it from your browser, or from the Bitaddress github project, there's just one file and hash to check against the published hash from others who have reviewed the code.
Papercoin adds the 'printer' graphics and the folding-friendly layout, but trust should be the top quality in any such utility, since private key secrecy is everything.
Re: PaperCoin - paper offline Bitcoin wallets
#14Safari gets redirected to a URL like this: blob: http://papercoin.org/some-big-hash This, of course, doesn't work. When I try to remove the "blob:" it throws a 404. Edit: works in Chrome, just not in Safari. Neat idea!
Re: PaperCoin - paper offline Bitcoin wallets
#15It all happens client-side using jsPDF, and you can run it locally by downloading the .zip in the footer.
It's really not meant to replace any financial infrastructure. It's just a novelty thing. Don't use this to store your life's savings, or anything unless you understand the risks. Who knows, maybe it will inspire the next person build something cool in a further direction.
I like it. The design is pretty swell too. Good job.
Re: PaperCoin - paper offline Bitcoin wallets
#16Re: PaperCoin - paper offline Bitcoin wallets
#17optar - http://ronja.twibright.com/optar/
PaperBak - http://ollydbg.de/Paperbak/ https://en.bitcoin.it/wiki/WalletPaperbackup
Re: PaperCoin - paper offline Bitcoin wallets
#18Earlier quoted context omitted.
It would be neat to have something like this as JS application. Of course again you have to check the code or trust the author, but I think an audit would be possible.
This of course is JavaScript application. And it is downloadable and locally runnable (read footer on the website).
Re: PaperCoin - paper offline Bitcoin wallets
#19What is the finished product supposed to look like?
Re: PaperCoin - paper offline Bitcoin wallets
#20Safari gets redirected to a URL like this: blob: http://papercoin.org/some-big-hash This, of course, doesn't work. When I try to remove the "blob:" it throws a 404. Edit: works in Chrome, just not in Safari. Neat idea!
It seems this is a bug in jsPDF - the same happens with their basic example. I might look into that, but for now please use Chrome/Firefox.