m2049r / xmrwallet

monerujo: An Android Monero Wallet
https://www.monerujo.io/
Apache License 2.0
617 stars 273 forks source link

[REQUEST] Auto-fill Seed Words #825

Open r4v3r23 opened 2 years ago

r4v3r23 commented 2 years ago

importing wallet via 25 word seed takes much longer since we need to spell out every word and is prone to typos, having a dropdown menu with possible words as we spell them out would be much faster and leave less room for error

m2049r commented 2 years ago

interesting. we will investigate! @anhdres @Baltsar

in the meantime - did you know that you only need to enter the first three letters of each (english) word?

anhdres commented 2 years ago

Something like this is on the to-do list, alongside with a possible quick tap-from-options or tap-in-order seed verification

satrinity402 commented 2 years ago

Being able to type a portion of each word and completing with a tap instead of typing the entire word provides a privacy benefit: preventing keylogging keyboards from logging entire seed phrases.

r4v3r23 commented 2 years ago

Being able to type a portion of each word and completing with a tap instead of typing the entire word provides a privacy benefit: preventing keylogging keyboards from logging entire seed phrases.

no it doesn't, as you only need to type the first 4 letters of every word anyway.

@m2049r ^^^ the first 4 letter trick doesn't seem to work on ledger seed convert, since using only the first 4 letters vs using full word creates 2 different wallets

anhdres commented 2 years ago

Maybe typing just the first one and then choosing between a reduced set could be an interesting middle ground to explore.