1
1
I've been reading on the internet and I have found several websites for generating Ripple paper wallets: ripply.eu, bithomp.com, gatehub, etc. I'm not sure if these websites are official Ripple websites and trustworthy for generating paper wallets.
So, I'm wondering whether https://www.ripplepaperwallet.com is an official and trustworthy website for generating wallets.
I'm using Windows 8.1 and the latest version of Google Chrome.
I concur that an offline version is important and a good sign of trustability. – Scott – 2017-12-30T17:33:11.870
@AchiEven-dar Thank you for your answer. And what could be an example of a trustworthy ripple paper wallet? – User X – 2018-01-01T18:13:39.987
1@Scott What is an offline version? Is that different from running the paper wallet generator while the internet connection is turned off? Is it different from saving the web page as an HTML file and opening that file with the internet connection turned off in order to generate wallets? – User X – 2018-01-01T18:15:28.333
@UserX This specific wallet has no "create wallet" button. The keys come along with the page. So you can't use option A - running the page offline.
Option B (save the html) should be the same as an offline version, but make sure you run it a few times and get different keys (while offline).
That obviously doesn't give you full protection, The safest thing to do is obviously debug the code and see if you find anything that might be not secure (while offline) and send a small amount to begin with. I am not a big fan of Ripple at the moment, but heard Rippex is ok. – Achi Even-dar – 2018-01-01T22:52:24.257
1@UserX, Yes, by "offline version", I mean a paper wallet generator that can run without an internet connection. It needs to generate many keys and can't be "hardcoded" to predetermined keys (check source code). I would not recommend saving the web page as an HTML file as you could be saving something intended and/or functional. – Scott – 2018-01-02T03:45:12.657
@AchiEven-dar "This specific wallet has no "create wallet" button. The keys come along with the page. So you can't use option A - running the page offline." Sorry for my ignorance, but I was able to generate pairs of public and private keys at ripplepaperwallet.com while my internet connection was turned off. Am I missing something? – User X – 2018-01-02T03:59:42.700
@Scott "It needs to generate many keys and can't be "hardcoded" to predetermined keys (check source code). I would not recommend saving the web page as an HTML file as you could be saving something intended and/or functional." What does this mean? – User X – 2018-01-02T04:04:08.023
2@UserX Sorry you are right, I didn't see the "Generate New" button. I'm leaving my previous answer for "educational purposes". Either way I would suggest as well to open in "incognito mode" to disable browser extensions that might track you. In case you don't want to download the html and run it you can debug it i the browser, put a "debugger" in the onclick function e.g
<button onclick="debugger;generate()" title="Generate new">Generate New</button>– Achi Even-dar – 2018-01-02T20:08:44.5171
@UserX, here is an example of an offline wallet, but for Bitcoin: https://bitcoinpaperwallet.com/#popupZip All of the source is available on Github. This is the preferred way of getting an offline version if Ripple had its own version like this.
– Scott – 2018-01-02T23:23:01.167