jaimehgb / RaiWebWallet

Raiblocks raiwallet.com wallet source code
http://raiwallet.com
GNU General Public License v3.0
112 stars 37 forks source link

Hello, missing file ajax.php #1

Open vudangnt opened 7 years ago

vudangnt commented 7 years ago

Hello, missing file ajax.php

jaimehgb commented 7 years ago

Yep, I've not published server side code :P

Just what it's executed at the users' browser.

jelofsson commented 6 years ago

If I understand the source correctly you're sending the wallets seed to the backend?

jaimehgb commented 6 years ago

Nope, they are never sent to the backend. They are generated locally, ciphered with the password, and that ciphertext is sent to the server to be stored there.

dsosby commented 6 years ago

Any plans to support full client-side only, similar to MyEtherWallet, like having the user responsible for maintaining encrypted wallet file loaded on every session or use a mnemonic seed?

jaimehgb commented 6 years ago

Hmm yeah, not a priority but definitely yes :)

bvallant commented 6 years ago

@jaimehgb any plans of also open-sourcing the backend as well? I think this might be crucial if you want some security reviews by the community?

augustresende commented 6 years ago

Yes.