michellehwin / Psonic

Psonic is a password manager, equipped with password and mnemonic generation and encrypted storage.
https://michellehwin.github.io/Psonic
0 stars 1 forks source link

Loading Mnemonic #7

Open ken-myers opened 4 years ago

ken-myers commented 4 years ago

Depending on how long the password is, there actually will be a decent wait time to generate the mnemonic (for example, a 28 char pw takes 2-3 seconds on average, while a 56 char one can take from 12-56 seconds. we should probably stick with 15 for the default at least, which usually takes less than a second.).

Anyhow, we'll need to figure out how to make a loading screen. That is all.