Open thedavidmeister opened 7 years ago
Also maybe explain that losing your passphrase is the same as losing all your money and nobody can recover it for you...
Actually, i just realised that it's the seed that is being saved in clear text, not just a private key for one wallet, so creating new wallets within the app does nothing to improve security even after I've set a password.
So no matter what I do, using the wallet exposes me to some period of time where an attacker can read my private seed from files on my HD.
While security is of utmost importance for a financial app like this, security should match the amounts at stake. Every new wallet starts with 0 balance and the least demanding security settings, the priority here is fast start-up times and smooth user experience. As the balances grow, users should be able to adapt their security settings.
In all financial apps there is always a huge number of conceivable theoretical attack vectors, but only small number of them are being tried by attackers in practice, for the simple reason that the attackers are profit seeking individuals and they know their ROI. Such untargeted attacks as infecting computers with wallet-stealing malware before even knowing that the user is going to install Byteball wallet, seems wildly unpractical to me, at least now when only a few thousand people know about Byteball.
When setting a password, it is actually already said that the key will be encrypted.
In 1.9.2:
@tonyofbyteball i think i've missed some important info here.
I disagree that a targeted attack towards byteball is required. The private key by default simply lives in plain text in a file in "Application Support" on a mac, alongside many other files containing data for other applications that might be the real target (e.g. a ransomware style attack). Anything that read data from that directory would scoop up byteball private keys incidentally.
Regardless, let's assume that i do have a large amount of money at stake and i'm willing to do a little extra work for protection (which I am đŸ˜„ ). What are the basic steps to create a wallet without the private key being saved to a plain text file?
What we are doing is not much different from other crypto wallets where no passcode is set.
What are the basic steps to create a wallet without the private key being saved to a plain text file?
Set a password and delete the seed and/or use multisig. Multisig is highly recommended as system-level malware can install a keylogger that would catch your password.
unfortunately "other people do it this way" doesn't mean much when it comes to security. There are also plenty of high profile examples of people (including businesses) losing cryptocurrency due to failing to encrypt data carefully. If anything the number of lost plain text secrets seemed worse to me in the early days of bitcoin because there were essentially no secure options available at the retail end (no Trezor, etc.) so rather than say "it's fine because it's new" i'd say "it's not fine because people have no good alternatives yet".
Even if i set a password and delete the seed, or use multisig, it doesn't prevent my private seed being exported to disk in plain text before the password is created.
There's no way to generate a new private seed after i set a password and i might not find out that my private seed has been compromised until multiple years in the future, when someone other than myself finally decides to use it.
An alternative option here might be the ability to create new private seeds from the wallet after you have a password setup.
I noticed the same thing with linux mint 18.2, I assume all ubuntu and other linux distros do the same as well. I tested light and full clients too, 2 things happen, first of all the password that you request is remembered and automatically filled in when you start the client and it is saved in plain text at ~/.config/byteball/default/Login Data
text inside is:
"chrome-extension://ppgbkonninhcodjcnbpghnagfadnfjck/public/index.htmlchrome-extension://ppgbkonninhcodjcnbpghnagfadnfjck/public/index.htmlpassword
BTW the seed in linux is not saved in plain text, only the password.
I tested the exact same steps, install light and full client, request pass, exit, search for pass in all files as text and windows 7 x64 does not save the pass or the seed. I don't use win 10 but someone can test the same thing. So this is a bug in the linux/osx, using latest clients version 1.10.
@pwpwpwpw please create a separate issue, this bug seems unrelated to this one.
An alternative option here might be the ability to create new private seeds from the wallet after you have a password setup.
That would be a good option, pull requests are welcome. It would have a more practical use case when you feel like your keys could be compromised and want to change the keys while preserving everything in the wallet. We have address_definition_change
for that. The specific attack vector you describe seems too theoretical.
Unencrypted private keys are written to a text file in a known location
byteball/Default/Local Storage
by default.This means that if i can get a copy of anyone's byteball wallet backup directory i can simply start spending immediately.
This is a serious problem even if i have multisig setup.
Between myself and my gf i have 4 devices, so i could do a 2/4 or 3/4 setup, but her devices and mine spend a huge amount of time on the same home (relatively unsophisticated) network, and are running essentially the same hardware and very similar software configurations.
It's not unreasonable to assume that anyone who can compromise my device and read text files can do the same for at least one other device on my network, and probably all of them tbh...
Ideally the wallet software should both encrypt highly sensitive data (private keys) and also require multiple signatures by default.
These keys are encrypted if the user creates a password for transfers as part of general settings but the current workflow has serious issues:
My suggestion is: