fox-one / fennec

A web browser extension wallet for Mixin Network.
GNU Affero General Public License v3.0
34 stars 10 forks source link

The KeyStore for backups should be encrypted with user passwords to enhance security #13

Closed wjfree closed 2 years ago

wjfree commented 2 years ago

Now backuped KeyStore is stored in plain text, which is very unsafe for the normal user.

lyricat commented 2 years ago

Hi, we use plain text because people want encrypt it in their way.

for example, you can encrypt the keystore file by GPG:

gpg -r GPG_USER_ID --encrypt KEYSTORE_FILE