Add second password for transaction authorization purpose. In case someone (could be a close family member who guessed your password right- wife😁 for example) actually got access to unlock BlueWallet make it difficult to send transaction or view backup phrase by adding second password and also it can be optional
I think that might be a good case to use biometrics. While biometrics
unlock is not secure enough to protect your private key, It might be
sufficient to just prevent random 3rd party from accidentally making a
transaction.
On Tue, Aug 6, 2019 at 05:47 earlydev notifications@github.com wrote:
Add second password for transaction authorization purpose. In case some
actually got access to your unlock BlueWallet make it difficult to send
transaction or view backup phrase by adding second password and also it can
be optional—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/BlueWallet/BlueWallet/issues/565?email_source=notifications&email_token=AAOTD6NBAZDIIAO5SWPL2XDQDD67RA5CNFSM4IJSOEB2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HDQ753A,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAOTD6KM67XATV7OFF7QCXLQDD67RANCNFSM4IJSOEBQ
.
That’s a cool idea am loving bluewallet already
yep, biometrics after a password entering on first start can be used. Both for actions or even to access the app it self.
Assigned to self. Will work on it.
Make it optional, so you would have to manually turn on biometric security
in settings
On Tue, Aug 6, 2019 at 16:30 Marcos Rodriguez Vélez <
[email protected]> wrote:
Assigned to self. Will work on it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/BlueWallet/BlueWallet/issues/565?email_source=notifications&email_token=AAOTD6PPYFT5Z3KQFI3JO5LQDGKJHA5CNFSM4IJSOEB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3VQ55I#issuecomment-518721269,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAOTD6JM5KDRORRSZJV4D43QDGKJHANCNFSM4IJSOEBQ
.
Make it optional, so you would have to manually turn on biometric security in settings
Yes, I would propose to improve the security settings. At the moment there's a lot of users activating "plausible deniability" by mistake and getting stuck there.
We can make a simple structure like this.
|- Security
|- - Encryption
|- - Biometrics
|- - Plausible deniability
Options should be visible but inactive till encryption gets activated. And at the same time the other options are in separate menus avoiding errors on activating them.
implemented!