Toporin / Seedkeeper-iOS

iOS app to use Seedkeeper on an iPhone. Backup and recover your most precious secrets with a tap on your phone!
GNU General Public License v3.0
2 stars 1 forks source link

[Improvment] Memorable passwords #44

Closed Bastien-Satochip closed 1 month ago

Bastien-Satochip commented 3 months ago

Please add a "Memorable" password option while generating a password.

We can use this list: https://github.com/sts10/generated-wordlists/blob/main/lists/1password-replacement/1password-replacement.txt

The lenght of the password should allow the user to select from 4 to 16. But if "Memorable password" is set ON, the size become from 4 WORDS to 16 WORDS (not 4 char to 16 char).

A memorable password example: https://1password.com/password-generator/ (select "Memorable)

Toporin commented 2 months ago

When memorable is set, number of words should be between 4 and 16. Moreover, user should also be able to select upper case, number and symbols: if upper case is on, the first letter of each word is Uppercase; if numbers and/or symbol is set, corresponding random char is placed between words (instead of default dash '-')

See memorable password example: https://1password.com/password-generator/ (select "Memorable)

For example on android: photo_5868321822523638465_y

Bastien-Satochip commented 1 month ago

Tested and fixed.